Text
Typographic primitive with token-driven variants.
At a glance
- Variants:
body,caption,heading1,heading2,heading3,label - Maps to RN
<Text>on native and<span>/ heading elements on web. - Accepts
classNamefor NativeWind-driven overrides.
Web preview
Native preview
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | 'body' | 'caption' | 'heading1' | 'heading2' | 'heading3' | 'label' | 'body' | Visual size + role |
className | string | — | NativeWind class overrides |
children | ReactNode | — | Text content |