テキストを強調するためにマークします。
<Text> We <Em>had</Em> to do something about it. </Text>
このコンポーネントはem要素に基づいており、共通のマージンプロパティをサポートしています。
em
asChild
boolean
truncate
wrap
Responsive<"wrap" | "nowrap" | "pretty" | "balance">
コンテナからはみ出す場合に、テキストを省略記号で切り捨てるには、truncateプロパティを使用します。
<Flex maxWidth="300px"> <Em 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. </Em> </Flex>