Common Props
The Text, Title, and Caption components share a set of common props for controlling content and appearance.Text
The most common component for displaying body text. Use it for dynamic content such as descriptions, paragraphs, and inline values.Props
In addition to the common props,Text supports:
Title
Heading text with larger, bolder sizing. Use it for section headers, card titles, and any prominent label.Props
In addition to the common props,Title supports:
Caption
Smaller secondary text for annotations, timestamps, and supplementary details. Caption preserves line breaks in the provided value.Props
In addition to the common props,Caption supports:
Caption automatically preserves line breaks (
\n) in the value string, so you can pass multi-line content without additional formatting.Label
A text label designed for form fields. Place it directly above anInput, Select, or other form control to provide a visible, accessible label.