Component · Primitives
Divider
the unified separator — a plain hairline rule, or a rule with centered label text.
Example
Playground
variant
Where available
✓ React
✓ Angular
✓ Web Components
✓ Blazor
✓ Tokens
Using it
the same component, named idiomatically per target. one CSS contract underneath, so they render identically.
API
Do
use the labeled variant to separate alternatives (e.g. "OR" between a form and an SSO button).
Don't
stack dividers to add vertical space — reach for spacing tokens instead.