Divider
Dividers are thin lines that group content into sections. They can be horizontal or vertical, with optional inset and middle variants.
Horizontal
Inset
The inset variant adds a left margin (72px) to align with list content.
Middle
The middle variant insets from both sides.
Vertical
Use orientation="vertical" inside a flex container. Set align-self: stretch or give the container a height.
Light
API
| Attribute | Type | Default | Description |
|---|---|---|---|
variant | fullWidth | inset | middle | fullWidth | Controls indentation. |
orientation | horizontal | vertical | horizontal | Direction of the divider. |
light | boolean | false | Lightens the divider color. |