check
Code copied to clipboard.
close
menu
menu_open
menu

LkContainerWidth

Describes acceptable widths for the Container’s “maxWidth” prop. Exists because it uses the same abbreviations as the global LkSizeUnit like “md” or “lg,” but they result in different behavior here.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

type LkContainerWidth =
  | "xs"

 | "sm"

  | "md"

  | "lg"

  | "xl"

  | "none"

  | "auto";

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.