react-cookie-banner-quark
v1.0.2
Published
Simple and light cookie banner quark for React
Readme
Cookie Consent Banner Quark for React
Lightweight and customizable cookie consent banner component for React.
Installation
npm install react-cookie-banner-quark --saveSetup
AnyComponent.jsx
import {CookieBanner} from "react-cookie-banner-quark"Basic Usage
App.jsx
import React from "react"
import {CookieBanner} from "react-cookie-banner-quark"
const App = () => {
return (
<>
{/* ... */}
<CookieBanner></CookieBanner>
</>
)
}Docs
Full docs at https://www.quarksjs.com/library/react-cookie-banner-quark/getting-started.
Source code at https://github.com/SamuelSlavik/ReactCookieBannerQuark
Support
Please support us by starring the repository or donate at https://www.quarksjs.com/donate to help us maintain the project and cover hosting expenses.
