Divider
Visual separator for horizontal or vertical content areas. Supports an optional center label.
import
{ Divider } from "@pepulux/ui"Horizontal
Content above
Content below
With label
OR
Section title
Right aligned
Vertical
LeftRight
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | "horizontal" | "vertical" | "horizontal" | Direction of the divider |
| label | string | — | Optional text in the middle of the line |
| labelAlign | "left" | "center" | "right" | "center" | Text position along the line |