Text
Name | Type | Default | Description |
extends | HTMLAttributes<HTMLDivElement | HTMLParagraphElement> | - | - |
emphasis | ThebeEmphasisType | - | - |
fontFamily | "sans" | "serif" | "mono" | - | - |
fontStyle | "italic" | "normal" | "oblique" | - | - |
fontWeight | "thin" | "extra-light" | "light" | "normal" | "medium" | "semibold" | "bold" | "extra-bold" | "black" | - | - |
isBalanced | boolean | - | - |
isEllipsis | boolean | - | - |
isNonSelectable | boolean | - | - |
lineClamp | 1 | 2 | 3 | - | - |
textAlign | "left" | "right" | "center" | "justify" | - | - |
textDecoration | "delete" | "overline" | "underline" | "capitalize" | "lowercase" | "uppercase" | - | - |
type Required | "tiny" | "small" | "paragraph" | "div" | - | - |
whiteSpace | "pre" | "pre-line" | "pre-wrap" | "nowrap" | - | - |
wordWrap | "break-word" | - | - |