Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolappannathan/bootstrap-cookie-banner
A cookie banner for Bootstrap 5 websites
https://github.com/kolappannathan/bootstrap-cookie-banner
bootstrap bootstrap-5 bootstrap-cookie-banner cookie-banner cookie-consent-banner
Last synced: 3 months ago
JSON representation
A cookie banner for Bootstrap 5 websites
- Host: GitHub
- URL: https://github.com/kolappannathan/bootstrap-cookie-banner
- Owner: kolappannathan
- License: mit
- Created: 2020-07-28T15:48:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T04:34:49.000Z (5 months ago)
- Last Synced: 2024-09-28T16:04:11.535Z (3 months ago)
- Topics: bootstrap, bootstrap-5, bootstrap-cookie-banner, cookie-banner, cookie-consent-banner
- Language: HTML
- Homepage: https://kolappannathan.github.io/bootstrap-cookie-banner/
- Size: 484 KB
- Stars: 32
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap cookie banner
A cookie banner for websites using Bootstrap 5.
**Demo:** [![Live demo](https://img.shields.io/badge/view-Live%20Demo-blue.svg?style=flat-square&logo=microsoft%20edge)](https://kolappannathan.github.io/bootstrap-cookie-banner/)
**Bootstrap Version used:** 5.3.3
## Usage
1. Include the CSS and js files.
```html```
2. Minimum HTML to make it work```html
🍪 This website uses cookies to ensure you get the best experience on our website.
Learn more
I Got It
```
## Screenshot
*Light mode*
![Demo image](./demo/light-mode.png)
*Dark mode*
![Demo image](./demo/dark-mode.png)