Socket
Socket
Sign inDemoInstall

feedback-fish

Package Overview
Dependencies
179
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    feedback-fish

### Usage


Version published
Weekly downloads
21
increased by50%
Maintainers
3
Created
Weekly downloads
 

Readme

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

Last updated on 23 Sep 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc