组件

加粗

最重要的是要记住,保持积极
<Text>
The most important thing to remember is, <Strong>stay positive</Strong>.
</Text>

API 参考

此组件基于 strong 元素并支持 常见的边距属性

属性类型默认值
asChild
boolean
无默认值
truncate
boolean
无默认值
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>
上一个引用
下一个对话框