テキストを強調して重要性を示すために使用します。
<Text> The most important thing to remember is, <Strong>stay positive</Strong>. </Text>
このコンポーネントはstrong要素に基づいており、共通のマージンプロパティをサポートしています。
strong
asChild
boolean
truncate
wrap
レスポンシブ<"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>