Zinc UI
Alpha
Components
Guides
Layouts
Components

Separator

Visually divide sections of content or groups of items.
Copy to clipboard
<x-separator />

With text

Add text to the separator for a more descriptive element.
or
Copy to clipboard
<x-separator text="or" />

Vertical

Seperate contents with a vertical seperator when horizontally stacked.
Copy to clipboard
<x-separator vertical />

Limited height

You can limit the height of the vertical separator by adding vertical margin.
Copy to clipboard
<x-separator vertical class="my-2" />

Subtle

Zinc UI offers a subtle variant for a separator that blends into the background.
Copy to clipboard
<x-separator vertical variant="subtle" class="my-2" />

Code highlighting provided by Torchlight