Skip to content

A Fully customizable and easy to use react tabs component.

Notifications You must be signed in to change notification settings

madhujayavarapu/react-tabs

Repository files navigation

@mv-react/tabs

Tabs built in react

NPM JavaScript Style Guide

Install

npm install --save @mv-react/tabs

Usage

import React, { Component } from 'react'

import MyComponent from '@mv-react/tabs'
import '@mv-react/tabs/dist/index.css'

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

License

MIT © madhujayavarapu