Helpers

Vertical Rule

The vertical rule helper is used to create dividers similar with the <hr> element, but on the vertical axis, as the name suggests. By default, the rule is 1px wide and has a minimum height of 1rem.

A simple vertical rule

A simple vertical rule still, but this one is significantly longer and has more text besides it

    <div class="vr me-2"><div>
        A simple vertical rule

    <div class="d-flex" style="height: 100px; width: 200px;">
        <div class="vr me-2"><div>
            A simple vertical rule still, but this one is
            significantly longer and has more text besides it.
    </div>