tabs

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
364
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
13 KB
Mark the Tab with a matching `eventKey` as active.
1 contributor
Install tabs as a package?
Copied
npm i @bit/react-bootstrap.react-bootstrap.tabs
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

Mark the Tab with a matching eventKey as active.

Navigation style

Sets a default animation strategy for all children <TabPane>s. Use false to disable, true to enable the default <Fade> animation or a react-transition-group v2 <Transition/> component.

HTML id attribute, required if no generateChildId prop is specified.

Callback fired when a Tab is selected.

function (
  Any eventKey,
  SyntheticEvent event?
)

Wait until the first “enter” transition to mount tabs (add them to the DOM)

Unmount tabs (remove it from the DOM) when it is no longer visible

Help and resources