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

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

Awesome Lists containing this project

README

          

# react-best-tabs

> A great package to easily create beautiful tabs in React Js

[![NPM](https://img.shields.io/npm/v/react-best-tabs.svg)](https://www.npmjs.com/package/react-best-tabs) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

![React Best Tabs](src/test.gif)

## 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)