check
Code copied to clipboard.
close
menu
menu_open
menu

LkGridProps

Describes props for the Grid component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkGridProps extends React.HTMLAttributes<HTMLDivElement> {

 columns?: number;

 gap?: LkSizeUnit;

 autoResponsive?: boolean; // Mark as optional since we provide a default

 className?: string; // Optional. Specifying manually here because internal logic checks for it.

}

Related Components

Components that use this type.

Grid

Related Types

Types with similar roles.

No items found.