Typography 排版
展示文本内容。
标题
段落
文本
链接
API
Typography Props
等价于
HTMLAttributes<HTMLElement>
Typography.Link Props
继承自
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 | - |