Skip to content

crispclean/bram-cookie-consent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published