2.0.1 • Published 4 years ago

@larsroettig/react-cookie-popup v2.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

npm
version Travis
Status Coverage
Status Greenkeeper
badge

Is a small React TypeScript Module allows to render a cookie popup based on Tailwind CSS.

Example Styling

react_modal

A full Demo can you find here: https://github.com/larsroettig/react-cookie-popup-demo

Installation

yarn add @larsroettig/react-cookie-popup

or npm

npm i @larsroettig/react-cookie-popup

Components

You can import the CookiePopup like this:

import {CookiePopup} from "@larsroettig/react-cookie-popup";

How to use the CookiePopup:

<CookiePopup>
    <section>
        <h4 className="py-5 text-xl">
               A very nice Cookie Message
        </h4>
    </section>
</CookiePopup>

Contribute

Installation:

git clone git@github.com:larsroettig/react-cookie-popup.git
yarn install

Execute Tests:

git clone git@github.com:larsroettig/react-cookie-popup.git
yarn install
yarn test:watch
2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

1.0.0-4

4 years ago

1.0.0-1

4 years ago

1.0.0-0

4 years ago

1.0.0-3

4 years ago

1.0.0-2

4 years ago

0.2.0-beta2

4 years ago

0.2.0-beta

4 years ago

0.2.0-beta1

4 years ago

0.1.0-beta.2

4 years ago

0.1.0-beta.0

4 years ago

0.1.0-beta.1

4 years ago