https://github.com/posthog/squeak-react
https://github.com/posthog/squeak-react
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posthog/squeak-react
- Owner: PostHog
- Created: 2022-03-23T21:57:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T19:56:50.000Z (about 3 years ago)
- Last Synced: 2025-04-02T22:43:29.793Z (9 months ago)
- Language: JavaScript
- Size: 610 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
> ### **This package has been moved to the [PostHog/squeak](https://github.com/PostHog/squeak/tree/master/packages/squeak-react) repo**. Please submit any issues or PRs there.
# squeak-react
> Squeak react
[](https://www.npmjs.com/package/squeak-react) [](https://standardjs.com)
## Install
```bash
npm install --save squeak-react
# or
yarn add squeak-react
```
## Usage
```jsx
import { Squeak } from 'squeak-react'
const Example = () => {
return (
)
}
```
## License
MIT © [smallbrownbike](https://github.com/smallbrownbike)