Tabs components provide a set of layered sections of content—known as tab panels–that are displayed one at a time. These components are built on Radix UI primitives and styled with Shadcn UI.

Properties

$$typeof: symbol
defaultProps?: Partial<Omit<TabsTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & {
    className?: string;
} & RefAttributes<HTMLButtonElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Omit<TabsTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & {
    className?: string;
} & RefAttributes<HTMLButtonElement>>