0.0.4 • Published 7 years ago

rt-tabs-component v0.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

React Tabs Component

Pull request are welcomed. Please follow the Airbnb style guide Airbnb JavaScript

Demo

Storybook

Installation

yarn add rt-tabs-component

Usage

import Tabs from 'rt-tabs-component';
const Tab = Tabs.Tab;

<Tabs
  title="Title"
  style={{}}
  tabBarStyle={{}}
  tabItemStyle={{}}
>
  <Tab label="Tab 1">
    <h3>Title This Tab 1</h3>
    <div>
      Content
    </div>
  </Tab>

  <Tab label="Tab 2">
    <h3>Title This Tab 2</h3>
    <div>
      Content
    </div>
  </Tab>

  <Tab label="Tab 3">
    <h3>Title This Tab 3</h3>
    <div>
      Content
    </div>
  </Tab>
</Tabs>
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago