Skip to content
@EasyCookies

EasyCookies

A customizable cookie consent banner library for websites.

Build Status Downloads

🍪 EasyCookies 🍪

A customizable cookie consent banner library for websites.

Usage

Add this code to your html <head> tag:

<script src="https://cdn.jsdelivr.net/gh/EasyCookies/EasyCookies@0.0.2/easyCookies.min.js"></script>

Then initialize the banner by adding the following code to you html <body> tag:

  <script>
    window.easyCookiesBanner = new EasyCookies.Banner({
      scripts: {
        gtag: '<your_google_analytics_tag>'
      }
    });
    window.easyCookiesBanner.init(); 
  </script>

Popular repositories

  1. EasyCookies EasyCookies Public

    A customizable cookie consent banner library for websites.

    JavaScript 5 3

  2. .github .github Public

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…