react-select-pad

0.1.0 • Public • Published

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-pad

How to use

See examples folder.

Related Projects

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.

Package Sidebar

Install

npm i react-select-pad

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rhodee