风格来来往往,好的设计是一种语言,而不是一种风格。,优雅地概括了 Massimo 的设计理念。
<Text>
His famous quote,{' '}
<Quote>Styles come and go. Good design is a language, not a style</Quote>,
elegantly summs up Massimo’s philosophy of design.
</Text>
此组件基于 q
元素,并支持 通用边距属性。
属性 | 类型 | 默认值 |
---|---|---|
asChild | 布尔值 | 无默认值 |
truncate | 布尔值 | 无默认值 |
wrap | Responsive<"wrap" | "nowrap" | "pretty" | "balance"> | 无默认值 |
使用 truncate
属性在文本溢出其容器时用省略号截断文本。
排版的目标是以一种比例化的方式将字号、行高和行宽关联起来,以最大限度地提高美观度,并使阅读更轻松、更愉快。
<Flex maxWidth="300px">
<Quote 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.
</Quote>
</Flex>