1.0.7 • Published 3 years ago

react-nice-tab v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-nice-tab

nice tab for react js

NPM JavaScript Style Guide

Install

npm install --save react-nice-tab

Usage

import React, { Component } from 'react'

import MyComponent from 'react-nice-tab'
import 'react-nice-tab/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © fattahmuhyiddeen