Skip to content

Breadcrumb

The only thing that is different betewwn Beets and Bootstrap is the formatting of the links. The Bootstrap links are underlined where the Beets links are only underlined while hovering.

<nav aria-label="breadcrumb">
    <ol class="breadcrumb">
        <li class="breadcrumb-item"><a href="#">Home</a></li>
        <li class="breadcrumb-item"><a href="#">Library</a></li>
        <li class="breadcrumb-item active" aria-current="page">Data</li>
    </ol>
</nav>