Skip to main content

Responsive Tabs

Renders a responsive Mantine Tabs component that moves overflowing tabs into a dropdown button

Storybook Docs

Props

NameTypeDefaultDescription
children *ReactNode-Content rendered below the tabs
tabs *ReactElement<HTMLButtonElement>[]-Array of <Tabs.Tab> components, see Tabs Usage
dropdownButtonAriaLabelstring"Overflow Button"Aria label of the dropdown button
dropdownButtonPropsButtonProps-Props for the Mantine Button component
tabsListPropsTabsListProps-Props for the Mantine Tabs.List component, see Tabs Usage
...--extends Tabs props