Skip to content

Typography 排版

展示文本内容。

标题

段落

文本

链接

API

Typography Props

等价于 HTMLAttributes<HTMLElement>

继承自 AnchorHTMLAttributes<HTMLAnchorElement>

属性名描述类型默认值
disabled-boolean-
underlined-boolean-

Typography.Paragraph Props

等价于 HTMLAttributes<HTMLParagraphElement>

Typography.Text Props

继承自 HTMLAttributes<HTMLSpanElement>

属性名描述类型默认值
disabled-boolean-
secondary-boolean-
strong-boolean-
deleted-boolean-
underlined-boolean-
italic-boolean-
marked-boolean-
coded-boolean-
keyboarded-boolean-

Typography.Title Props

继承自 HTMLAttributes<HTMLHeadingElement>

属性名描述类型默认值
level-1 | 2 | 3 | 4 | 5 | 6-