An open API service indexing awesome lists of open source software.

https://github.com/jacklam718/react-tabs-component

React Tabs Component
https://github.com/jacklam718/react-tabs-component

component react table

Last synced: 2 months ago
JSON representation

React Tabs Component

Awesome Lists containing this project

README

          

## React Tabs Component

Pull request are welcomed. Please follow the Airbnb style guide [Airbnb JavaScript](https://github.com/airbnb/javascript)

#### Demo
[Storybook](https://jacklam718.github.io/react-tabs-component)

## Installation
`yarn add rt-tabs-component`

## Usage
```javascript
import Tabs from 'rt-tabs-component';
```

```javascript
const Tab = Tabs.Tab;


Title This Tab 1



Content


Title This Tab 2



Content


Title This Tab 3



Content

```

## Usage with sigle tab
```javascript

Title



Content

```