Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhoyer/lgpd-cookie-consent-banner
Web Component for Brazil's LGPD Cookie use consent request
https://github.com/vhoyer/lgpd-cookie-consent-banner
Last synced: 24 days ago
JSON representation
Web Component for Brazil's LGPD Cookie use consent request
- Host: GitHub
- URL: https://github.com/vhoyer/lgpd-cookie-consent-banner
- Owner: vhoyer
- Created: 2021-05-15T15:35:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T20:53:43.000Z (over 3 years ago)
- Last Synced: 2024-12-15T18:49:42.341Z (29 days ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LGPD Cookie Consent Banner
Pre-made web component for a cookie consent banner, no checkbox no nothing, just a warning "If you continue navigating you agree to the use of cookies".
## Using it on your project
I made this with CDN use in mind, for you to just, load this at the end of the
file and use the component elsewhere on the page.```html
```
## Customizing
### Css Variables
All css variables are described here and the values here are the default values used if they are not declared.
```css
/* the variables you can use are the following */
:root {
--banner-margin: 1rem;
--banner-color-primary: #2c7644;
--banner-color-primary-hover: #111111;
--banner-z-index: 9999;
}
```