Table of Contents#
Default Divider#
Divider Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | horizontal vertical | horizontal | The orientation of the divider. |
| size | sm md lg xl 2xl | md | The size of the divider. |
| variant | start center end full | full | The variant of the divider. |
| borderStyle | solid dashed dotted double | solid | The border style of the divider. |
| className | string | - | Additional CSS classes for the component. |
| children | ReactNode | - | The content of the divider. |