Components · Dividers
A horizontal or vertical visual divider.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| orientation | 'horizontal' | 'vertical' | 'horizontal' | — | Direction of the separator line. |
| decorative | boolean | true | — | When true, the separator is hidden from the accessibility tree. |
import { Separator } from '@nexub/react';