Skip to content

PostHog/squeak-react

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published