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

@react-ag-components/help

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-ag-components/help

React Help component

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
3
Created
Source

input

React component for Help (extra information)

Usage

Install

npm i @react-ag-components/input --save

Use in your project

import Help from '@react-ag-components/help'
const text = 'Select Automatic if you like your certificate(s) to be issued after submission or Hold if you would like to preview your certificate before it is issued. Certificate Preview can be performed after submission on the REX details screen.';
<Help
  text={text}
  label="Tell me more..."
/>

Properties

PropertyDefaultDescription
text""
label"Help"clicking on label, toggles helperText

Contributing

Get the repository

git clone https://github.com/alphillips/help.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public

Keywords

react-component

FAQs

Package last updated on 20 Jun 2018

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