Divider
A divider component, to be used in layout components such as a list.
Component render
<Divider
margin="medium"
size="thick"
/>
Properties
Property | Type | Description |
---|---|---|
margin | small medium large | Sets the vertical margin for the divider. |
size | thick thin | Sets the thickness of the divider. |
slot | string | An optional slot attribute that can be added to the component. Certain components require the slot attribute to properly place it. |