Giter VIP home page Giter VIP logo

mdbootstrap / bootstrap-cookie-consent Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 1.04 MB

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/

License: Other

HTML 0.84% JavaScript 41.70% SCSS 57.46%
html bootstrap bootstrap5 bootstrap-template bootstrap-theme bootstrap-cookie bootstrap-cookie-banner bootstrap-consent bootstrap-cookie-consent

bootstrap-cookie-consent's Introduction

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

bootstrap-cookie-consent's People

Contributors

piotrgusciora avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.