Separator
A thin dividing line, horizontal or vertical.
Above
Below
<Text variant="body">Above</Text>
<Separator />
<Text variant="body">Below</Text>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Direction of the line. |
thickness | number | Line thickness in px. | |
color | TVajraColors | 'border' | Line color token. |
variant | 'solid' | 'dashed' | 'dotted' | Line style. |