mirror of
https://github.com/tabler/tabler.git
synced 2026-08-02 00:14:38 +04:00
17 lines
436 B
Markdown
17 lines
436 B
Markdown
---
|
|
title: Divider
|
|
description: A divider visually segments content into groups
|
|
---
|
|
|
|
### Default markup
|
|
|
|
{% example html max-width=300 %}
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab consequatur maxime quia reprehenderit tempore?
|
|
</p>
|
|
<h6 class="divider">OR</h6>
|
|
<p>
|
|
Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
|
|
</p>
|
|
{% endexample %}
|