Divider分割线
区隔内容的分割线。
何时使用
- 对不同章节的文本段落进行分割。
- 对行内文字/链接进行分割,例如表格的操作列。
Examples
Divider API#
属性 | 描述 | 类型 | 默认值 |
---|---|---|---|
ChildContent | 属性分隔线内显示的内容 | RenderFragment | -- |
Text | 属性要在分隔线内显示的文本 | String | -- |
Plain | 属性如果为 false,文本将不是标题样式。当为真时,它将是标题样式。 | Boolean | false |
Type | 属性Type of divider - `DividerType.Horizontal` | `DividerType.Vertical` | DividerType | DividerType.Horizontal |
Orientation | 属性Content/Text orientation - `DividerOrientation.Left` | `DividerOrientation.Right` | `DividerOrientation.Center`. Ignored when not using `Text` or `ChildContent` | DividerOrientation | DividerOrientation.Center |
Dashed | 属性是否将线条样式设置为虚线。 | Boolean | false |
Id | 属性组件 HTML 的 ID | String | Uniquely Generated ID |
Class | 属性为 DOM 元素指定一个或多个类名。 | String | -- |
Style | 属性指定 DOM 元素的内联样式。 | String | -- |
RefBack | 属性一个 ForwardRef 实例。您可以使用 AntDesign.ForwardRef.Current 获取对内部 DOM 的引用。 |
ForwardRef | -- |