Skip to content

Dununan/reactjs-eu-cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactjs-eu-cookies

This component contain all-in-one solution for notice bar about cookies. If your organisation is based in the EU, your web site should meet the new cookie laws. More information visit AboutCookies.org.

This React component is written in ES6 JSX for simple import to your existing React application.

This component is ONLY notice bar, if you want observe cookie law you can NOT save any third party cookie or collect any user privacy information in cookie before user click on Accept / OK button.

Instalation

npm install reactjs-eu-cookies

Using

import EuCookies from 'EuCookies';  
// OR
var EuCookies = require('EuCookies')

// in render method
<EuCookies />

About

Notice bar about cookies for EU users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published