#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 TabPanelThemeConfigextends StandardThemeConfig<TabPanelStyleKeys, TabPanelProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
value * | TabValue | |
children | React.ReactNode | |
keepMountChildren | boolean | Does not unmount the children when the panel is not selected. |
#Full Props
export interface TabPanelPropsextends Omit<BoxProps, "value">,StandardComponentProps,LocalTabPanelProps {}