Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

feedback-fish

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feedback-fish

### Usage

latest
npmnpm
Version
0.2.3
Version published
Weekly downloads
449
81.05%
Maintainers
3
Weekly downloads
 
Created
Source

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}
/>

FAQs

Package last updated on 23 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts