@ctbucha/bs-react-cookie-consent

0.0.1 • Public • Published

bs-react-cookie-consent

BuckleScript bindings for react-cookie-consent.

Installation

npm install --save @ctbucha/bs-react-cookie-consent

Then add @ctbucha/bs-react-cookie-consent to bs-dependencies in your bsconfig.json:

{
  ...
  "bs-dependencies": ["@ctbucha/bs-react-cookie-consent"]
}

Usage

/* App.re */
let component = ReasonReact.statelessComponent("App");

let make = _children => {
  ...component,
  render: _self =>
    <CookieConsent location="bottom">
      (ReasonReact.string("This website uses cookies to enhance the user experience."))
    </CookieConsent>,
};

Package Sidebar

Install

npm i @ctbucha/bs-react-cookie-consent

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

5.04 kB

Total Files

5

Last publish

Collaborators

  • ctbucha