| Prop | Type | Default | Attributes |
|---|---|---|---|
relative | boolean | No default value | |
children | React.ReactNode | No default value | |
vertical | boolean | No default value | |
contentPosition | union | center | |
inset | string | No default value | |
className | union | No default value | |
attributes | object | No default value |
Divider
Component that separates content in a list or section.
Import
import { Divider } from '@vortexlabs/vortex';
import type { DividerProps } from '@vortexlabs/vortex';Display
<Divider />Other links