1.1.5 • Published 7 years ago

simple-gdpr v1.1.5

Weekly downloads
200
License
MIT
Repository
github
Last release
7 years ago

SimpleGDPR

Documentation

Full documentation and demo can be found here.

Introduction

SimpleGDPR is a lightweight and easy-to-use GDPR consent plugin. It features:

  • Simple API
  • Built in themes
  • Customizable via CSS
  • Mobile ready
  • No dependencies

Installation:

npm:

npm install simple-gdpr

import SimpleGDPR from 'simple-gdpr';

Basic Usage:

const notice = new SimpleGDPR({ 
  title: 'We use cookies!',
  callback: () => { 
    analytics.start(); 
    notice.close(); 
  },
  link: 'privacypolicy.html',
}

View the docs for details on all of the options you can supply to customize tooltips to suit your needs.

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago