0.8.0 • Published 8 years ago

reactjs-eu-cookies v0.8.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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 />