Typography
Semantic text roles.
Typography wrapper
Default paragraph
Muted text
<Text as="p">…</Text>API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| as | React.ElementType | span | Polymorphic element to render. |
| children | React.ReactNode | - | Text content. |
Import
import { Typography } from "@uxome/ui";