tmw-cookiepolicy

2.0.2 • Public • Published

Cookie policy message

Show a cookie policy message/banner on your site

Installation

npm install --save tmw-cookiepolicy

Import/require

// ES2015/ES6
import CookiePolicy from 'tmw-cookiepolicy';
 
// ES5
var CookiePolicy = require('tmw-cookiepolicy');

UMD build

If you need a UMD/ES5 version, it has been provided. Use the CDN version at https://unpkg.com/tmw-cookiepolicy@2.0.0/umd/cookie-policy-umd.js or require it with an explicit path:

var CookiePolicy = require('tmw-cookiepolicy/umd/cookie-policy-umd');

Options

var policyElement = document.querySelector('.cookiePolicy');
 
new CookiePolicy(policyElement, {
    // options, defaults listed
 
    policyName: 'policy-agreed',
    // cookie name to check
 
    policySeen: 'policy-seen',
    // cookie name to check
 
    expire: 30,
    // in days
});

Template

Use the template at https://github.com/tmwagency/cookie-policy/blob/master/template.html

Styling

Some basic styles for the banner can be found at https://github.com/tmwagency/cookie-policy/blob/master/cookiePolicy.css

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.2
    0
  • 2.0.1
    0
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i tmw-cookiepolicy

Weekly Downloads

0

Version

2.0.2

License

MIT

Last publish

Collaborators

  • brugos
  • mrmartineau