0.0.3 • Published 5 months ago

cookie-consent-popup v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Cookie Consent banner

Usage

  <script type="module">
        import CookieConsent from 'cookie-consent-banner';
        const banner = new CookieConsent({
          heading: "Your Privacy Matters",
          body: "We use cookies for personalization and analytics. Choose your preferences:",
          privacyPolicy: "/privacy-policy.html", // optional
          cookiePolicy: "/cookie-policy.html", // Optional
          gtmid : "GTM-XXXXXX"
        });        
    </script>
0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

1.0.0

8 years ago