New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-bootstrap-tabs-styled

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap-tabs-styled

react tabs component using bootstrap 4

latest
Source
npmnpm
Version
3.0.1
Version published
Maintainers
1
Created
Source

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

  • 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>

Keywords

react

FAQs

Package last updated on 29 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts