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
- Host: GitHub
- URL: https://github.com/jacklam718/react-tabs-component
- Owner: jacklam718
- Created: 2017-04-09T09:09:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T03:03:32.000Z (over 9 years ago)
- Last Synced: 2025-06-27T09:32:05.340Z (about 1 year ago)
- Topics: component, react, table
- Language: JavaScript
- Homepage: https://jacklam718.github.io/react-tabs-component
- Size: 554 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```