Basic usage / default Tabs

Stretched / Fitted Tabs

Custom styles

It is possible to override the styles for Tabs with a combination of system props and _active / _hover styling. Note: active is not the psuedo class for :active, but rather the active css system props to apply when a tab is "selected".

For now, the custom styling should target the nested Link (see example). In a future version, we will add a _styleOverride prop

Props

Tabs
NameTypeDescription
gradientResponsiveValue<TLengthStyledSystem, Required<Theme<TLengthStyledSystem>>>-
keepMountedboolean-
false
TabPanels
NameTypeDescription
gradientResponsiveValue<ReactText, Required<Theme<ReactText>>>-
keepMountedboolean-
false

Accessibility