bootstrap-cookie-banner icon indicating copy to clipboard operation
bootstrap-cookie-banner copied to clipboard

A cookie banner for Bootstrap 5 websites

Bootstrap cookie banner

A cookie banner for websites using Bootstrap 5.

Demo: Live demo

Bootstrap Version used: 5.1.3

Usage

  1. Include the CSS and js files.
<!-- Cookie Banner -->
<link rel="stylesheet" href="./src/cookie-banner.css">
<script async src="./src/cookie-banner.js"></script>
  1. Minimum HTML to make it work
<!-- Cookie Banner -->
<div id="cb-cookie-banner" class="alert alert-dark text-center mb-0" role="alert">
  &#x1F36A; This website uses cookies to ensure you get the best experience on our website.
  <a href="https://www.cookiesandyou.com/" target="blank">Learn more</a>
  <button type="button" class="btn btn-primary btn-sm ms-3" onclick="window.cb_hideCookieBanner()">
    I Got It
  </button>
</div>
<!-- End of Cookie Banner -->

Screenshot

Demo image