Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
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.
type LkContainerWidth =
| "xs"
| "sm"
| "md"
| "lg"
| "xl"
| "none"
| "auto";
Types with similar roles.