0.0.1 • Published 4 years ago

react-cookiehub-banner v0.0.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

React CookieHub Banner

With this React component you can integrate cookie banner from cookiehub.com

Configuration

Installation

npm:

npm install --save react-cookiehub-banner

dependencies: react-helmet

Example

import React from "react";
import CookieHubBanner from "react-cookiehub-banner";

class Application extends React.Component {
  render () {
    return (
        <div className="application">
            <CookieHubBanner 
                googleTrackingId="XX-XXXXXXXXX-X" 
                cookieHubId="XXXXXXXX"/>
        </div>
    );
  }
};

You can find the CookieHub ID within the script generated by CookieHub as part of the cookiehub url: https://cookiehub.net/cc/YOURCOOKIEHUBID.js