Divider
Horizontal/vertical divider with optional label.
Import
tsx
import { ZDivider } from "@zurto/ui";Usage
tsx
<ZDivider />
<ZDivider label="OR" />
<ZDivider orientation="vertical" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Direction |
label | string | – | Center label |