Divider
line, generally used to separate different content.
<Divider />
<Divider />
Basic usage of Divider component.
Basic Divider with pure line (horizontal mode)
Basic Divider (vertical mode)
onetwothreefourDivider with content
Divider with customized styles
Properties | Description | Type | Default |
---|---|---|---|
contentAlign | The alignment of content | center |left |right | center |
style | The custom style | CSSProperties | - |
vertical | Whether the direction mode is vertical | boolean | false |