A tab component for react.π
npm install react-tabs-ui
Import components:
import { Tabs, Tab } from 'react-tabs-ui';
Use within your jsx:
const App = () => (
<div>
<Tabs borderColor="#E70074">
<Tab title="first tab">holaa π this is a first tab</Tab>
<Tab title="second tab" active="true">This is the second tab πββοΈ!!!</Tab>
<Tab title="third tab">Also π this is the third tab that going to be displayed! ha ha!!</Tab>
</Tabs>
</div>
);
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Any support is welcome. You can give the project a star, if you liked it β
Feel free to contribute and bind bugs as I am new to npm package manager.π
MIT