#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 TabThemeConfigextends StandardThemeConfig<TabStyleKeys, TabProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
value * | string \| number | |
children | React.ReactNode |
#Full Props
export interface TabPropsextends Omit<BoxProps<"button">, "value">,StandardComponentProps,LocalTabProps {}