0.0.8 • Published 4 years ago

bram-cookie-consent v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Bram Cookie Consent

BramCookieConsent is a barebones and small vanilla CookieConsent JS script (<4kb).

https://tailwindcss.com is currently needed for styling.

Installation

npm install bram-cookie-consent --dev

Usage

JS

import BramCookieConsent from "./bram-cookie-consent";

new BramCookieConsent({
    content: {
        desc: "This website uses cookies to enhance your browsing experience.",
        buttonAccept: "OK",
        moreInfo: "Learn more",
        moreInfoLink: "https://wikis.ec.europa.eu/display/WEBGUIDE/04.+Cookies"
    },
    position: 'bottomLeft'
});