New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-suggestion-box

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-suggestion-box

Material-ui based react user suggestions/feedback/complaints dialog box with screenshot

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

react-suggestion-box

React & Material-UI based user suggestions/feedback/complaints dialog box with screenshot.

NPM

Installation

react-suggestion-box is available as an npm package.

// with npm
npm install --save react-suggestion-box

// with yarn
yarn add react-suggestion-box

Usage

import ReactSuggestionBox from 'react-suggestion-box';
....
<ReactSuggestionBox onSubmit={onSubmit} />

Props

NameTypeDefaultDescription
containerClassNamestringComponent DOM container class
buttonTooltipTextstring"Suggestion"Suggestion Button Tooltip Text
mainButtonLabelstring"Suggestion"Suggestion Button Label
titlestring"Send Suggestion"Dialog title
descriptionPlaceholderstring"Describe your issues or share your ideas"Dialog description field placeholder
cancelButtonLabelstring"Cancel"Dialog Cancel button label
submitButtonLabelstring"Send"Dialog Submit button label
onSubmitfuncDialog onSubmit handler (Mandatory)
iconnode"Suggestion" from materialIcon

Screenshot

alt text

Keywords

suggestion

FAQs

Package last updated on 11 Oct 2021

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