← Back to documentation
Text
A component that contains text.
Information
Plan: Personal
Properties
| Property | Type | Default |
|---|---|---|
| Text | string | "Lorem ipsum dolor sit amet, consectetur adipiscing elit." |
| Title | string | "" |
| Font family | string | "inherit" |
| Font size | string | "clamp(1rem, 1.2vw, 1.125rem)" |
| Font weight | string | "400" |
| Font style | string | "normal" |
| Line height | string | "1.65" |
| Text decoration | string | "none" |
| Color | string | "inherit" |
| Text shadow | string | "none" |
| Text align | enum<string> | "left" |
| Element | enum<string> | "p" |
| Overflow | string | "visible" |
| Overflow wrap | enum<string> | "normal" |
| Word break | enum<string> | "normal" |
| Text overflow | string | "clip" |
| Background color | string | "transparent" |
| Cursor | string | "auto" |
| Border width | string | "0px" |
| Border color | string | "transparent" |
| Border radius | string | "0px" |
| Width | string | "auto" |
| Minimum width | string | "0px" |
| Maximum width | string | "none" |
| Height | string | "auto" |
| Minimum height | string | "0px" |
| Maximum height | string | "none" |
| Display | enum<string> | "inline-block" |
| Margin | string | "0px" |
| Padding | string | "0px" |
| White space | string | "normal" |
| Is visible | boolean | true |
| Selectors | array | [] |
Variants
| Variant | Description |
|---|---|
| Default - Long text | Coming soon... |