Divider ======= .. raw:: html

Divider

Component

A horizontal or vertical section divider.

Optional Props

3

orientation

horizontal or vertical. Defaults to horizontal.

label

Optional centered text label (horizontal only).

color

Line color, defaults to var(--quirl-border-color)

Usage

python
Divider(orientation='horizontal', label='OR')

Live Preview