Books tab content
Icons
Easily customize tabs content with icons and arrange them in any combination you prefer.
Books tab content
Books tab content
Stretch
Tabs can be stretched to fill the available space using the width
prop.
Books tab content
Justify
Books tab content
Accessibility
This component adheres to the ARIA APG. Use the preview below to test tabbing and keyboard navigation.
Right-to-Left
This component fully supports RTL layouts for seamless navigation and accessibility.
Books tab content
API Reference
Tabs
Property | Type | Description |
---|---|---|
id | string | |
base | string | |
spaceY | string | |
classes | string | |
children | React.ReactNode | |
TabsList
Property | Type | Description |
---|---|---|
base | string | |
justify | string | |
gap | string | |
border | string | |
classes | string | |
children | React.ReactNode | |
TabsControl
Property | Type | Description |
---|---|---|
id | string | |
name * | string | |
group * | string | |
title | string | |
label | string | |
controls | string | |
base | string | |
width | string | |
active | string | |
inactive | string | |
flex | string | |
background | string | |
border | string | |
text | string | |
padding | string | |
rounded | string | |
gap | string | |
cursor | string | |
classes | string | |
onClick | object | |
onKeydown | object | |
onKeyup | object | |
onChange | object | |
children | React.ReactNode | |
TabsControlItem
Property | Type | Description |
---|---|---|
base | string | |
flex | string | |
gap | string | |
background | string | |
padding | string | |
rounded | string | |
classes | string | |
children | React.ReactNode | |
TabsPanelItem
Property | Type | Description |
---|---|---|
id | string | |
value * | string | |
group * | string | |
labelledBy | string | |
classes | string | |
children | React.ReactNode | |