When to Use
- Display descriptive information as text.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Text component reference covering text content binding and font style property configuration for displaying descriptive information on pages.
| Attribute | Description | Type | Default |
|---|---|---|---|
behavior | Default state | 'NORMAL' | 'HIDDEN' | 'NORMAL' |
content | Text content | string | 'Text' |
contentPaddingMobile | Left and right padding on mobile, in px | '0 | 16' | '0' |
maxLine | Maximum number of lines; content is automatically truncated with an ellipsis when exceeded | number | 0 |
showTitle | Whether to display the content as the title attribute of the HTML tag | boolean | false |
Was this page helpful?