Bootstrap CSS Classes

Bootstrap CSS class .breadcrumb-item

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

Preview

Check .breadcrumb-item in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Breadcrumbs category

© 2024 Shuffle. All rights reserved.