1.0.5 • Published 7 years ago

@vmo-fed/react-tab v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

react-tab

安装

npm i @vmo-fed/react-tab -S

使用

import { TabList, Tab } from 'react-tab';

class App extends React.Component {
  render() {
    return (
      <TabList current="1">
        <Tab label="tab1">tab 1 content</Tab>
        <Tab label="tab2">tab 2 content</Tab>
        <Tab label="tab3">tab 3 content</Tab>
      </TabList>
    );
  }
}

在线DEMO

在线文档