Getting Started
Core Concepts
Components
Customization
Layout
Helpers
Utilities
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.
<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>