react-select-pad
v0.1.0
Published
React Component for composing visual selections
Readme
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
- [x] Write tests
- [x] Determine how to better connect each pad action values to a data structure for export
- [] Document component APIs
- [] Polish CSS transitions
- [x] Apply HMR
Install
$ npm install react-select-padHow to use
See examples folder.
Related Projects
- react-flash-messenger - A set of components for app notifications
- react-wizard-frames - A set of components for building form wizards
Developers
Get started with the following commands:
$ npm install --no-progress
$ npm run startThen:
- 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.
