The Divider component visually separates sections or elements within a layout to enhance readability and organize content.
Explore the available props for the Divider component
Prop | Type | Default | Description |
---|---|---|---|
position | string | center | Content Position.left center right |
style | string | - | Any CSS className to style the Divider. |
contentStyle | string | - | Any CSS className to style the Divider content. |
children | node | - | Child components and content to be placed within it. |