Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
Text
Text is the simplest LUI primitive. It renders a paragraph node from ui.text(value, props?) or lui.text(value, props?).
API
Props
| Prop | Type | Description |
|---|---|---|
value | string | number | reactive getter | Text content. Passed as the first argument in Lua helpers. |
tone | 'default' | 'muted' | muted renders smaller muted text. Defaults to default. |
className | string | Appends runtime utility classes to the default text class. |
style | table | Inline style table forwarded to the renderer. |
font, color, theme, vars | mixed | Common LUI style props handled by the renderer. |
