Primitives
Divider
Horizontal or vertical separator line with optional centered label text.
Installation
npm install @trinkui/reactPreview
OR
Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | "horizontal" | Direction of the divider line |
label | string | — | Center label text |
className | string | — | Additional CSS classes |