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>
<%- include('modules/ui/Separator') %>
<p>Section two content</p>

Vertical + labeled

Preview
Profile
Settings
Billing
OR
Code
<span>Profile</span>
<%- include('modules/ui/Separator', { orientation: 'vertical' }) %>
<span>Settings</span>

<%- include('modules/ui/Separator', { label: 'OR' }) %>
Source modules/ui/Separator.ejs