check
Code copied to clipboard.
close
menu
menu_open
menu

LkTabsProps

Describes props for the Tabs component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkTabsProps extends React.HTMLAttributes<HTMLDivElement> {

 tabLinks: string[];

 children: React.ReactNode[];

 scrollableContent?: boolean; // Optional prop to enable scrollable content

 onActiveTabChange?: (index: number) => void; // Optional function to lift state

}

Related Components

Components that use this type.

Tabs

Related Types

Types with similar roles.

No items found.