#TabPanel

import TabPanel from "@poodle/ui/TabPanel";

Please check tabs document to see the example usage.

#Theming

Please check theming component document here.

export interface TabPanelThemeConfig
extends StandardThemeConfig<TabPanelStyleKeys, TabPanelProps> {}

#Props

#Local Props

NameTypeDescription
value * TabValue
childrenReact.ReactNode
keepMountChildrenbooleanDoes not unmount the children when the panel is not selected.

#Full Props

export interface TabPanelProps
extends Omit<BoxProps, "value">,
StandardComponentProps,
LocalTabPanelProps {}