react-simple-tabs

0.0.1 • Public • Published

react-simple-tabs npm version Build Status Dependencies Status devDependency Status

Tabs in React that doesn't get in your way.

Usage

As a work-in-progress, we aim for this usage:

<Tab>
  <TabList>
    <TabItem>Home</TabItem>
  </TabList>
 
  <TabBox>
    <TabContent>Whatever</TabContent>
  </TabBox>
</Tab>

This way, it doesn't try to assume which selector should be used to style the tabs, nor should it try to hide something away from its consumer.

Acknowledgement

react-simple-tabs © 2015+, Sourcescript. react-simple-tabs is released under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i react-simple-tabs

Weekly Downloads

4

Version

0.0.1

License

MIT

Last publish

Collaborators

  • srph