Socket
Socket
Sign inDemoInstall

react-select-pad

Package Overview
Dependencies
22
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-select-pad

React Component for composing visual selections


Version published
Maintainers
1
Install size
36.4 kB
Created

Readme

Source

react-select-pad

A 'Select Pad' Component for React applications. Every 'pad' is a wrapper component that delegates to corresponding components based on user interaction. The SelectPad provides a mechanism to visually display arbitrary components in a uniform way to display components based on click events.

TODOs


  • Write tests
  • Determine how to better connect each pad action values to a data structure for export
  • [] Document component APIs
  • [] Polish CSS transitions
  • Apply HMR

Install

$ npm install react-select-pad

How to use

See examples folder.

Developers

Get started with the following commands:

 $ npm install --no-progress
 $ npm run start

Then:

  • Review Issues
  • Fork project
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Issue Pull Request
  • Chill

License

© 2016 Denis R Rhoden Jr

This repository is licensed under the MIT license. See LICENSE for details.

Keywords

FAQs

Last updated on 13 May 2016

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