1.0.0-beta.1.2 • Published 2 years ago

@nano-ins/cookie-consent v1.0.0-beta.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is Cookie Consent?

Cookie Consent is a lightweight JavaScript plugin for alerting users about the use of cookies on your website.

It is designed to help you quickly comply with the EU Cookie Law, CCPA, GDPR and other privacy laws. We made it fast, free, and relatively painless.

We welcome community contributions and actively review pull requests.

Installation

You can install this project through npm:

npm install @nano-ins/cookie-consent

Or through Yarn:

yarn add @nano-ins/cookie-consent

Contributing

Feel free to improve the plugin and send us a pull request.

The easiest way to develop is to use storybook

yarn run storybook

We use Babel, Terser, and PostCSS to compile the CSS and minify the JavaScript. You can run a build with:

npm run build

or

yarn run build