tabsystem
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

/tabsystem/

    Package Sidebar

    Install

    npm i tabsystem

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    44.5 kB

    Total Files

    13

    Last publish

    Collaborators

    • haney21