Separator

Atom

Visual divider between sections of content. Supports horizontal and vertical orientation, and an optional centered label for horizontal dividers.

Horizontal

Preview

Section one content

Section two content

Code
<p>Section one content</p>
<Separator />
<p>Section two content</p>

Vertical + labeled

Preview
Profile
Settings
Billing
OR
Code
<span>Profile</span>
<Separator orientation="vertical" />
<span>Settings</span>

<Separator label="OR" />
Sourcemodules/ui/Separator.tsx