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.
- [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
$ npm install react-select-pad
See examples
folder.
- react-flash-messenger - A set of components for app notifications
- react-wizard-frames - A set of components for building form wizards
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
© 2016 Denis R Rhoden Jr
This repository is licensed under the MIT license. See LICENSE
for details.