Skip to content

SamuelSlavik/ReactCookieBannerQuark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookie Consent Banner Quark for React

Lightweight and customizable cookie consent banner component for React.


Installation

npm install react-cookie-banner-quark --save

Setup

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.

About

Lightweight cookie consent banner component for ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published