check
Code copied to clipboard.
close
menu
menu_open
menu

LkColumnProps

Describes props for the Column component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkColumnProps extends React.HTMLAttributes<HTMLDivElement> {

 alignItems?: "start" | "center" | "end" | "stretch";

 justifyContent?: "start" | "center" | "end" | "space-between" | "space-around";

 gap?: LkSizeUnit | "none";

 wrapChildren?: boolean;

 defaultChildBehavior?: "auto-grow" | "auto-shrink" | "ignoreFlexRules" | "ignoreIntrinsicSize";

 children?: React.ReactNode;

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.