https://github.com/mostafarostami72/react-best-tabs
A great package to easily create beautiful tabs in React Js
https://github.com/mostafarostami72/react-best-tabs
bootstrap-tabs react-bootsrap-tabs react-tabs
Last synced: 9 months ago
JSON representation
A great package to easily create beautiful tabs in React Js
- Host: GitHub
- URL: https://github.com/mostafarostami72/react-best-tabs
- Owner: MostafaRostami72
- Created: 2020-08-07T14:20:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T05:44:01.000Z (almost 4 years ago)
- Last Synced: 2025-08-14T09:57:53.592Z (10 months ago)
- Topics: bootstrap-tabs, react-bootsrap-tabs, react-tabs
- Language: HTML
- Homepage: https://mostafarostami72.github.io/react-best-tabs/
- Size: 2.89 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-best-tabs
> A great package to easily create beautiful tabs in React Js
[](https://www.npmjs.com/package/react-best-tabs) [](https://standardjs.com)

## Full Document
- [Document](https://mostafarostami72.github.io/react-best-tabs/)
## Demo
- [Demo](https://mostafarostami72.github.io/react-best-tabs/)
## Install
```bash
npm install --save react-best-tabs
```
## Usage
```jsx
import React, { Component } from 'react'
import Tabs, {Tab} from 'react-best-tabs';
import 'react-best-tabs/dist/index.css';
class Example extends Component {
render() {
return (
console.log(event, tab)}
>
Tab 1 content
Tab 2 content
Tab 3 content
)
}
}
```
## Support
We are glad you choose this package. If this package is useful for you, please give us a star.
## License
MIT © [MostafaRostami72](https://github.com/MostafaRostami72)