2.1.0 • Published 4 years ago

next-io-datalayer v2.1.0

Weekly downloads
37
License
MIT
Repository
github
Last release
4 years ago

next-io-datalayer

Datalayer Helper class

Codacy Badge npm npm LICENSE Dependabot Status

System Requirements

Installing

  • yarn add next-io-datalayer

Class Usage

import { DispatchDataLayer } from "next-io-datalayer";

new DispatchDataLayer(
  "generic-event-trigger",
  "default action",
  "default category",
  "default label"
);

Function Usage

import { dispatchDataLayer } from "next-io-datalayer";

dispatchDataLayer(
  "generic-event-trigger",
  "default action",
  "default category",
  "default label"
);

License

Copylefted (c) 2020 Henrique Carvalho da Cruz Licensed under the MIT license.

2.1.0

4 years ago

2.0.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago