1.0.3 • Published 3 years ago

tabsystem v1.0.3

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

tabsystem

Tab System with LocalStorage

NPM JavaScript Style Guide

Install

npm install --save tabsystem

Usage

import React, { Component } from 'react'

import { TabPanel, TabContent } from 'tabsystem'
import 'tabsystem/dist/index.css'

const Example = () => {
  return (
    <TabPanel name='userTabs'>
      <TabContent title='Tab 1'>Content 1</TabContent>
      <TabContent title='Tab 2'>Content 2</TabContent>
    </TabPanel>
  )
}

License

MIT © haney2121