Text
Prefer a typography preset for hierarchy; use Text when you need explicit size, weight, or tag control.
Typography presets from Display through Caption2 — use named components instead of manual size/weight props for consistent hierarchy.
FormLabel, FormHint, and SectionTitle presets for accessible field labels and grouped settings headings.
TextSize tokens from 100 (smallest) to 1000 (largest) — pick a step on the typography scale instead of raw font-size values.
Font weight presets from Regular through Bold — combine with size tokens for emphasis without custom CSS.
Base, Numeric (tabular figures), and Monospace font families — use Numeric for aligned counters and Monospace for code snippets.
Text decoration props for emphasis, links, and deleted-state copy — combine underline and strikethrough when needed.
Single-line ellipsis when copy exceeds a fixed-width container — pair with block=true inside a bounded wrapper div. Truncated text may be unreadable to screen readers unless the full content is available elsewhere.
Block-level text alignment from start through justify — use justify for multi-line paragraphs that should fill the line box.
Control line breaking in narrow containers — nowrap keeps a single line (may overflow), wrap breaks across lines.