/squeak-react

Primary LanguageJavaScript

This package has been moved to the PostHog/squeak repo. Please submit any issues or PRs there.

squeak-react

Squeak react

NPM JavaScript Style Guide

Install

npm install --save squeak-react

# or

yarn add squeak-react

Usage

import { Squeak } from 'squeak-react'

const Example = () => {
  return (
    <Squeak
      apiHost='YOUR_API_HOST'
      organizationId='YOUR_ORGANIZATION_ID'
    />
  )
}

License

MIT © smallbrownbike