Bootstrap CSS Classes

Bootstrap CSS class .fade

    <div class="m-4" data-class="btn-close">
        <div class="alert alert-warning alert-dismissible fade show" role="alert">
            <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi quae voluptatibus excepturi, pariatur dolor perferendis deleniti quas.</p>
            <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
        </div>
    </div>

Preview

Check .fade 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 Alerts category

© 2024 Shuffle. All rights reserved.