标记文本以表示重要性。
<Text> The most important thing to remember is, <Strong>stay positive</Strong>. </Text>
此组件基于 strong 元素并支持 常见的边距属性。
strong
asChild
boolean
truncate
wrap
Responsive<"wrap" | "nowrap" | "pretty" | "balance">
使用 truncate 属性来截断文本,并在文本溢出其容器时用省略号表示。
<Flex maxWidth="300px"> <Strong truncate> The goal of typography is to relate font size, line height, and line width in a proportional way that maximizes beauty and makes reading easier and more pleasant. </Strong> </Flex>