react-minimal-tabs
v0.0.3
Published
A simple Tabs component with sliding active tab marker
Downloads
3
Readme
react-simple-tabs
A simple and easy to use tabs component for react with animated active tab marker.
Getting Started
Install
$ npm install react-bootstrap-treeview
Usage
React.render(
<Tabs defaultActiveTabIndex={1}>
<Tab tabTitle="1">
<div className="tab-1">1</div>
</Tab>
<Tab tabTitle="2">
<div className="tab-2">2</div>
</Tab>
</Tabs>
);