Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 0.2.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-86.27%
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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc