react-tabbed-group
v0.1.0
Published
React Component for composing tabbed content into groups
Readme
react-tabbed-group
Tabbed Groups is a components for React applications that wraps tabs (any react component) conforming to the TabbedGroup interface. In addition it provided access to the DOM node via an optional callback for the onclick event once the node is mounted.
Install
$ npm install react-tabbed-groupHow to use
See examples folder.
Related Projects
react-select-pad - A visual selection component for building forms.
react-flash-messenger - A set of components for app notifications.
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
License
© 2016 Denis R Rhoden Jr
This repository is licensed under the MIT license. See LICENSE for details.
