3.0.1 • Published 5 years ago

react-bootstrap-tabs-styled v3.0.1

Weekly downloads
249
License
UNLICENSED
Repository
github
Last release
5 years ago

This is forked from master plugin to achieve some custom functionality

React Tabs component using Bootstrap 4

This is a react component to render tabs using Bootstrap 4 classes. You should have Bootstrap 4 installed already in your app.

Demo

Usage

  1. install the package:
npm install react-bootstrap-tabs-styled --save

2. Import component

With ES2015:

import {Tabs, Tab} from 'react-bootstrap-tabs-styled';

3. Add the component markup to your react component

<Tabs onSelect={(index, label) => console.log(label + ' selected')}>
    <Tab label="Tab1">Tab 1 content</Tab>
    <Tab label="Tab2">Tab 2 content</Tab>
</Tabs>
3.0.1

5 years ago

1.0.2

5 years ago

3.0.0

7 years ago

2.1.1

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago