Skip to main content

Breadcrumb

Displays the hierarchical navigation path of a page, making it easier for the user to return to previous levels of the site.

Basic Usage

<div class="breadcrumbs">
<ol>
<li>
<a href="#"><span>Home</span></a>
</li>
<li>
<a href="#"><span>Documentos</span></a>
</li>
<li><span>Agregar</span></li>
</ol>
</div>

Icons

Displays icons in the breadcrumb items.