Vertical rule
Use the custom vertical rule helper to create vertical dividers like the <hr>
element.
Example
Vertical rules are inspired by the <hr>
element, allowing you to create vertical dividers in common layouts.
Vertical rules scale their height in flex layouts:
<div class="vr text-400"></div>
<p class="mt-3">Vertical rules scale their height in flex layouts:</p>
<div class="d-flex" style="height: 200px">
<div class="vr text-400"></div>
</div>