Constconst tabs: Tab[] = [
{
id: 'overview',
label: 'Overview',
icon: <ChartIcon />,
content: <OverviewPanel />,
testId: 'overview-tab',
},
{
id: 'details',
label: 'Details',
badge: '5',
content: <DetailsPanel />,
},
];
<TabContainer
tabs={tabs}
initialTab="overview"
onChange={(tabId) => console.log('Tab changed:', tabId)}
testId="my-tabs"
/>
TabContainer - Standardized tab navigation component
Features: