コンポーネント

Strong

テキストを強調して重要性を示すために使用します。

最も重要なことは、ポジティブでいることです。
<Text>
The most important thing to remember is, <Strong>stay positive</Strong>.
</Text>

APIリファレンス

このコンポーネントはstrong要素に基づいており、共通のマージンプロパティをサポートしています。

プロパティデフォルト
asChild
boolean
デフォルト値なし
truncate
boolean
デフォルト値なし
wrap
レスポンシブ<"wrap" | "nowrap" | "pretty" | "balance">
デフォルト値なし

Truncate

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>