0.2.3 • Published 4 years ago

feedback-fish v0.2.3

Weekly downloads
320
License
MIT
Repository
-
Last release
4 years ago

feedback.fish

Usage

We have an npm package that exposes our feedback form as a React component. To use it, first install the package:

npm install feedback-fish

Then import the component in your React app and render it:

import { FeedbackForm } from 'feedback-fish'

// Note: the triggerComponent can be anything you want as long as
// you spread the passed props onto an HTML element { ...props }
const Button = (props) => <button {...props}>Feedback</button>

<FeedbackForm
	projectId="..."
	userId="..."
	triggerComponent={Button}
/>
0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.2

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago