Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
Typography
Typography renders semantic text variants. It can render a direct value or wrap child nodes.
API
Variants
| Variant | Rendered tag | Use |
|---|---|---|
h1, h2, h3, h4 | Heading tags | Section headings. |
p | p | Paragraph text. |
lead | p | Lead paragraph. |
muted | p | Muted helper text. |
large | div | Large emphasized text. |
small | small | Small label text. |
blockquote | blockquote | Quoted or emphasized block. |
code | code | Inline code-like text. |
Props
| Prop | Type | Description |
|---|---|---|
value | string | reactive getter | Text content. |
variant or as | string | Selects the variant. Defaults to p. |
className, style | mixed | Common LUI styling props. |
