Socket
Socket
Sign inDemoInstall

@rafler/shelf-test

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @rafler/shelf-test

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
27.5 kB
Created
Weekly downloads
 

Readme

Source

How Install finished package

$ yarn add @rafler/shelf-test

Usage

import {RoleSelector} from '@rafler/shelf-test';

//...
<RoleSelector
  onSelect={/* cb with selected role */}
  onChage={/* cb with fresh custom role */}
  onSubmit={/* cb with submitted data */}
/>;
//...
import {Select} from '@rafler/shelf-test';

//...
<Select
  values={/* array of strings to be shown in dropdown */}
  onSelect={/* cb with new selected */}
  selected={/* selected value*/}
/>;
//...
import {Checkbox} from '@rafler/shelf-test';

//...
<Checkbox
  checked={/* indicates is checkbox checked */}
  onClick={/* cb with new boolean value */}
  name={/* checkbox name to be shown*/}
  readonly={/* boolean to deny checkbox change*/}
/>;
//...

FAQs

Last updated on 10 Dec 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