check
Code copied to clipboard.
close
menu
menu_open
menu

LkRowProps

Describes props for the Row component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkRowProps extends React.HTMLAttributes<HTMLDivElement> {

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

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

 gap?: LkSizeUnit;

 wrapChildren?: boolean;

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

}

Related Components

Components that use this type.

Row

Related Types

Types with similar roles.

No items found.