Separator
A rule. Horizontal is the default. Add separator-vertical inside a .cluster (or any flex row) for a vertical bar.
There is no wrapper.
Preview
Above
Below
Left
Right
Right
Code
<hr class="separator">
<div class="cluster">
<span>Left</span>
<hr class="separator separator-vertical">
<span>Right</span>
</div>