Layout
Divider
Horizontal or vertical separator with optional label.
Basic Usage
Standard horizontal separator for layout hierarchy.
Section Above
Section Below
Weights & Styles
Control the visual prominence of separators using weights.
THIN (DEFAULT)
MEDIUM
THICK
With Labels
Dividers can contain text or custom elements, often used for "OR" separators in login forms.
CONTINUE WITH
Section 2
Vertical Orientation
Perfect for separating inline items in headers or footers. Ensure the parent has a defined height.
Overview
Analytics
Reports
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | — | Structural layout direction (horizontal or vertical) |
label | React.ReactNode | — | Text or element placed at the center |
weight | 'thin' | 'medium' | 'thick' | — | Thickness variant |
color | string | — | Color of the line |