1.0.308 • Published 1 year ago

taglog-io-web-client v1.0.308

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

taglog-io-web-client

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save taglog-io-web-client

Usage

import { useTaglogInit } from "taglog-io-web-client";


function TestComponent() {
  const { captureInfo } = useTaglogInit({
    accessKey: "{accessKeyHere}",
    defaultChannel: "{testChannelKey}",
  });

  return <div>
    <Button onClick={(e)=>{
      captureInfo("Button Event Triggered",e);
    }}>Test Action</Button>
  </div>
}

License

MIT © dsaga

1.0.308

1 year ago

1.0.307

1 year ago

1.0.306

1 year ago

1.0.304

1 year ago

1.0.303

1 year ago

1.0.302

1 year ago

1.0.301

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago