An open API service indexing awesome lists of open source software.

https://github.com/posthog/squeak-react


https://github.com/posthog/squeak-react

Last synced: 9 months ago
JSON representation

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

[![NPM](https://img.shields.io/npm/v/squeak-react.svg)](https://www.npmjs.com/package/squeak-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)