The component can be imported via:
The Divider component accepts all the props of a Box component, plus:
Controls the orientation of the divider.
'horizontal' | 'vertical''horizontal'Note: Vertical dividers only work in flex containers. If you need to use a vertical divider outside of a flex container, set the height with
h="full".
Optional text to display in the center of the divider. When provided, the divider becomes a labeled divider with the text centered between two divider lines.
The Divider component also accepts all the props of a Box component.
PlumaDivider extends BoxThe direction of the divider
Optional label text to display in the center of the divider