React Simple Cookiebot Consent Banner Loader

The Cookiebot Consent Banner Loader is a streamlined script designed to effortlessly integrate the Cookiebot consent management platform into your website. This lightweight, GDPR-compliant solution ensures that your site adheres to international privacy regulations by managing and documenting visitor consents for cookies and tracking technologies. Easy to implement and operate, the Cookiebot Loader enhances user trust by providing clear options to accept or reject cookies, maintaining a balance between compliance and user experience.

Version
0.0.3

License
MIT

Download

  • Easy Integration
  • Cookiebot Cookie Notifikation

Todos

  • More Config Options
  • Switch to .ENV

Usage/Examples

Create a Account at https://admin.cookiebot.com/ Get Your Implementation script and use only the data-cbid. User this ID and set it as CookieBotID.
!! Only Works on Website registerd at Domains in Cookiebot Pannel !!
In the Main Layout File Replace GTag with your GTag ID and GAnalytics with your Analytics Id

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 import CookieBotLoader from "@danielgietmann/react-cookiebot"; function App() { return ( <html lang="en"> <body> <CookieBotLoader CookieBotID="123131-231312-132123-12313" /> {children} </body> </html> ) }