TextnewNEW
Component for Text
Usage
Text Props
According to the element rendered using as
, Text will extend over the default HTML Attributes
Prop | Type | Default |
---|---|---|
as | "span" | "p" | "div" | "label" | "a" | "span" |
variant | "primary" | "secondary" | "tertiary" | "emphasis" | "accent" | "attention" | "danger" | "success" | "primary" |
size | "micro" | "mini" | "small" | "regular" | "large" | "regular" |
weight | "regular" | "medium" | "regular" |
transform | "capitalize" | "uppercase" | "lowercase" | - |
align | "center" | "start" | "end" | "justify" | - |
lineClamp | 1 | 2 | 3 | 4 | 5 | - |
underline | boolean | - |
strikeThrough | boolean | - |
italic | boolean | - |
className | string | - |