#Tab

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

Please check tabs document to see the example usage.

#Theming

Please check theming component document here.

export interface TabThemeConfig
extends StandardThemeConfig<TabStyleKeys, TabProps> {}

#Props

#Local Props

NameTypeDescription
value * string \| number
childrenReact.ReactNode

#Full Props

export interface TabProps
extends Omit<BoxProps<"button">, "value">,
StandardComponentProps,
LocalTabProps {}