mdbootstrap / bootstrap-cookie-consent

Bootstrap cookie banner is a popup window with cookie notice required by GDPR. Learn how to create a modal like this with Bootstrap 5 or download free examples.

Home Page:https://mdbootstrap.com/docs/standard/extended/cookie-consent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap cookie banner is a popup window with cookie notice required by GDPR. Learn how to create a modal like this with Bootstrap 5 or download free examples.

Check out Bootstrap Cookie consent Documentation for detailed instructions & even more examples.

Simple modal login

Bootstrap Cookie consent: Bootstrap 5 Cookie consent

<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-mdb-toggle="modal" data-mdb-target="#cookieconsent1">
    Launch cookie consent
</button>

<!-- Modal -->
<div class="modal fade" id="cookieconsent1" tabindex="-1" aria-labelledby="cookieconsentLabel1" aria-hidden="true" data-mdb-backdrop="static" data-mdb-keyboard="false">
    <div class="modal-dialog modal-sm d-flex justify-content-center">
        <div class="modal-content text-center">
            <div class="modal-header d-flex justify-content-center">
                <h5 class="modal-title text-primary" id="cookieconsentLabel1">Cookies & Privacy</h5>
            </div>
            <div class="modal-body p-4">
                This website uses cookies to ensure you get the best experience on our website.
            </div>
            <div class="modal-footer d-flex justify-content-center">
                <button type="button" class="btn btn-outline-primary" href="#">Learn more</button>
                <button type="button" class="btn btn-primary" data-mdb-dismiss="modal">Confirm</button>
            </div>
        </div>
    </div>
</div>
<!-- Modal -->

How to use?

  1. Download MDB 5 - free UI KIT

  2. Choose your favourite customized component and click on the image

  3. Copy & paste the code into your MDB project

▶️ Subscribe to YouTube channel for web development tutorials & resources

More examples

Bootstrap Cookie consent with icon: Bootstrap 5 Cookie consent

Bootstrap Cookie consent with checkboxes: Bootstrap 5 Cookie consent

Bootstrap Cookie consent frame: Bootstrap 5 Cookie consent


More extended Bootstrap documentation

About

Bootstrap cookie banner is a popup window with cookie notice required by GDPR. Learn how to create a modal like this with Bootstrap 5 or download free examples.

https://mdbootstrap.com/docs/standard/extended/cookie-consent/

License:Other


Languages

Language:SCSS 57.5%Language:JavaScript 41.7%Language:HTML 0.8%