Separator
A horizontal divider using the native <hr> element.
Default
Above the separator
Below the separator
<p>Above the separator</p>
<hr />
<p>Below the separator</p>
With label
Add a data-label attribute to show text centered over the
line.
<hr data-label="Appearance Settings" />