0.1.2 • Published 2 years ago

react-tab-basic v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React tab basic

Installation

Get the latest version by NPM:

$ npm install react-tab-basic

Get the latest version by yarn:

$ yarn add react-tab-basic

Usage

Components

Import Tabs and Tab components:

import { Tabs, Tab } from 'react-tab-basic';

And render them like this:

<Tabs defaultActiveKey="tab1">
  <Tab activeKey="tab1" title="Tab 1">
    <Component />
  </Tab>
  <Tab activeKey="tab2" title="Tab 2">
    <Component />
  </Tab>
</Tabs>

License

React tab basic are released under the MIT license. © kpwzto