Tabs - Keep React

The Tab Group Component in the Keep React allows you to organize and display content in a tabbed interface. It provides a convenient way to switch between different sections or views within a single container.

Table of Contents#

Default Tabs#

The Default Tabs component showcases the basic implementation of tabs.

Tabs with Icon#

Enhance your tabs by incorporating icons alongside the tab labels.

Vertical Tab#

Display tabs vertically by setting the vertical prop to true.

Tabs API Reference#

Explore the available props for the <Tabs> component

PropertyDescriptionTypeDefault
childrenChildren is tab items.ReactNodeItem
activeLabelWhich tabs by default will be activestringone
verticalTabs show vertical positionbooleanfalse
classNameCustom class name for the componentstringNone

Tabs Items API Reference#

Explore the available props for the <Tabs.Item> component

PropertyDescriptionTypeDefault
disabledDetermines whether the tab item is disabled.booleanfalse
classNameCustom class name for the componentstringNone
labelThis label connect to the contentstringone