Skip to main content
Version: 4.0.0-rc.2

Tab.Item

They are individual item of the parent Tab. They are clickable and allows users to click and change Tab. Receives all Button props.

Props

note

Includes all Button props.

NameTypeDefaultDescription
activebooleanAllows to define if TabItem is active.
buttonStyleViewStyle or (active: boolean) => ViewStyleAdditional button style
containerStyleViewStyle or (active: boolean) => ViewStyleAdditional Styling for button container.
iconContainerStyleViewStyle or (active: boolean) => ViewStyleAdditional Styling for Icon Component container.
titleStyleTextStyle or (active: boolean) => TextStyleAdditional button title style
variantprimary or defaultDefine the background Variant.