Separator
Visual divider line. Horizontal or vertical, default or subtle variant.
Preview
Usage
import { Separator } from '@ramtt/ui'
<Separator />
<Separator orientation="vertical" />
<Separator label="Or" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | 'horizontal' | 'vertical' | 'horizontal' | Direction |
| variant | 'default' | 'subtle' | 'default' | Visual weight |
| label | string | — | Center label text |