UNPKG

react-tabbed-group

Version:

React Component for composing tabbed content into groups

40 lines (24 loc) 1.17 kB
react-tabbed-group === `Tabbed Group`s 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-group ## How to use See [`examples` folder](/examples). ## Related Projects - [react-select-pad](http://github.com/rhodee/react-select-pad) - A visual selection component for building forms. - [react-flash-messenger](http://github.com/rhodee/react-flash-messenger) - A set of components for app notifications. ## Developers Get started with the following commands: $ npm install --no-progress $ npm run start Then: - Review [Issues](https://github.com/rhodee/react-tabbed-group/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.