Skip to content
Layout Primitives

Divider

A separator between sections. Horizontal, vertical, or with a centred label.

Horizontal Divider

Between content blocks
Section A

Section B

Section C

Labeled Divider

With centered label
Email Sign-In
Social Sign-In

Vertical Divider

In a flex row
Left
Center
Right

API Reference

PropTypeDefaultDescription
orientation"horizontal" | "vertical""horizontal"The direction of the divider line.
labelstringOptional centered text label within a horizontal divider (e.g. "OR").
classNamestringAdditional CSS classes to apply to the divider element.

Import

import { Divider } from "@mikenotthepope/substrateui"