--- title: Divider description: A divider visually segments content into groups bootstrap-link: components/dropdowns/#dividers done: true --- ## Default markup {% capture code %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% include ui/hr.html text="See also" %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% endcapture %} {% include example.html code=code %} ## Text position {% capture code %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% include ui/hr.html text="Left divider" position="left" %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% include ui/hr.html text="Centered divider" %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% include ui/hr.html text="Right divider" position="right" %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% endcapture %} {% include example.html code=code %} ## Divider color Customize the color of the divider. You can click [here]({% docs_url colors %}) to see the list of available colors. {% capture code %}

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias, dolore dolores doloribus est ex.

{% include ui/hr.html text="Green divider" color="green" %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% include ui/hr.html text="Red divider" color="red" %}

Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!

{% endcapture %} {% include example.html code=code %}