Core / Typography
Quote
A quotation with optional attribution.
Preview
“That brain of mine is something more than merely mortal.”
Usage
<Quote citation="Ada Lovelace">That brain of mine is something more than merely mortal.</Quote>Adopt to your project
Typography inherits your application’s font choices. Use semantic props for hierarchy, then use className for local spacing and visual adaptation without changing the component’s meaning.
Accessibility
Use Heading levels in document order. Use Label with htmlFor for form controls, and keep captions and quotes as supporting—not primary—content.
API reference
| Attribute | Details |
|---|---|
citation | ReactNode |
variant | default | featured | pull — default: default |
align | start | center — default: start |
children | ReactNode |
className | string |