0.0.8 • Published 1 year ago

@gietmanic/next-cookie-message v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Next Cookie Massage

A Simple Cookie Notifikation Solution for Google Analytics and Goolge Tag.

Features

  • Easy Cookie Notifikation
  • Google Analytics
  • Google Tag

Installation

Install with npm

  npm i @gietmanic/next-cookie-massage

Usage/Examples

In the Main Layout File Replace GTag with your GTag ID and GAnalytics with your Analytics Id

import {CookieManager, CookieMessage} from "@gietmanic/next-cookie-message";

function App() {
  return (
      <html lang="en">
            <body>
                <CookieManager
                  GTag="YOUR GTAG ID"
                  GAnalytics="YOUR G Analytics ID"
                />
                {children}
               <CookieMessage
                  datenschutzlink={"LINK ZUM DATENSCHUTZ"}
                />
            </body>
        </html>

  )
}

Roadmap

  • Dark Mode

  • More Config Options

  • Additional Cookies

License

MIT

0.0.9

1 year ago

0.1.0

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago