Separator
A visual divider between content sections. Supports horizontal and vertical orientations.
Section One
Content above the separator.
Section Two
Content below the separator.
HomeAboutContact
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | "horizontal" | "vertical" | "horizontal" | Divider direction |
| decorative | boolean | true | Whether purely decorative (no semantic meaning) |
Import
import { Separator } from '@blastx/ui';