Socket
Socket
Sign inDemoInstall

@danielgietmann/react-cookiebot

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @danielgietmann/react-cookiebot

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 r


Version published
Maintainers
1
Install size
5.68 kB
Created

Readme

Source

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.

Features

  • Easy Integration
  • Cookiebot Cookie Notifikation

Installation

Install with npm

  npm i @danielgietmann/react-cookiebot

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

import CookieBotLoader from "@danielgietmann/react-cookiebot";

function App() {
  return (
      <html lang="en">
            <body>
                <CookieBotLoader
                    CookieBotID="123131-231312-132123-12313"
                />
                {children}
            </body>
        </html>

  )
}

Roadmap

  • More Config Options
  • Switch to .ENV

License

MIT

Keywords

FAQs

Last updated on 21 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc