enjoytabs
v1.0.0
Published
React tabs component that has NES vibes
Readme
nes-tabs
React tabs component that has NES vibes
Install
npm install --save nes-tabsUsage
import React, { Component } from 'react'
import MyComponent from 'nes-tabs'
import 'nes-tabs/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © Enjoy2Live
