Use the BaseHeading
component to display a title or an important heading. You can use various props to customize the size
, weight
, the line-height
and the Html tag
used to render the heading.
A huge heading
A bold and very large heading
A smaller and less thicker heading
Smaller and using another color
Show codeHide code
size
Show exampleHide example
as
Show exampleHide example
lead
Show exampleHide example
weight
Show exampleHide example
size
Show exampleHide example
as
Show exampleHide example
lead
Show exampleHide example
weight
Show exampleHide example
Use the BaseParagraph
component to display a text paragraph. You can use various props to customize the size
, weight
, the line-height
and the Html tag
used to render the paragraph.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Erat enim Polemonis. Duo Reges: constructio interrete. Philosophi autem in suis lectulis plerumque moriuntur.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Erat enim Polemonis. Duo Reges: constructio interrete. Philosophi autem in suis lectulis plerumque moriuntur.
Any text can have a different color
Show codeHide code
size
Show exampleHide example
as
Show exampleHide example
lead
Show exampleHide example
weight
Show exampleHide example
size
Show exampleHide example
as
Show exampleHide example
lead
Show exampleHide example
weight
Show exampleHide example
Use the BaseText
component to display a text span. You can use various props to customize the size
, weight
, the line-height
and the Html tag
used to render the content.
Show codeHide code
size
Show exampleHide example
lead
Show exampleHide example
weight
Show exampleHide example
size
Show exampleHide example
lead
Show exampleHide example
weight
Show exampleHide example
Use the BaseLink
component to display an HTML anchor element. You can also nest the BaseLink
component inside the above typography clusters to inherit their props.
Show codeHide code
active-class
Show exampleHide example
aria-current-value
Show exampleHide example
custom
Show exampleHide example
exact-active-class
Show exampleHide example
external
Show exampleHide example
href
Show exampleHide example
no-prefetch
Show exampleHide example
no-rel
Show exampleHide example
prefetch
Show exampleHide example
rel
Show exampleHide example
replace
Show exampleHide example
target
Show exampleHide example
to