Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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;
}
```