area
Description
The CSS grid-area
property.
Type
UIValue<GridArea>
Leave Yamada UI a star
StarGrid
is a component for managing grid layouts. It also comes with handy style shorthand.
Description
The CSS grid-area
property.
Type
UIValue<GridArea>
Description
The CSS grid-auto-columns
property.
Type
UIValue<number | "px" | "2xl" | "lg" | "md" | "sm" | "xl" | ({} & string) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (string & {}) | "0.5" | ... 63 more ... | "min">
Description
The CSS grid-auto-flow
property.
Type
UIValue<GridAutoFlow>
Description
The CSS grid-auto-rows
property.
Type
UIValue<number | "px" | "2xl" | "lg" | "md" | "sm" | "xl" | ({} & string) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (string & {}) | "0.5" | ... 63 more ... | "min">
Description
The CSS grid-column
property.
Type
UIValue<GridColumn>
Description
The CSS grid-row
property.
Type
UIValue<GridRow>
Description
The CSS grid-template-areas
property.
Type
UIValue<GridTemplateAreas>
Description
The CSS grid-template-columns
property.
Type
UIValue<number | "px" | "2xl" | "lg" | "md" | "sm" | "xl" | ({} & string) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (string & {}) | "0.5" | ... 65 more ... | "subgrid">
Description
The CSS grid-template-rows
property.
Type
UIValue<number | "px" | "2xl" | "lg" | "md" | "sm" | "xl" | ({} & string) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (string & {}) | "0.5" | ... 65 more ... | "subgrid">
Description
The CSS grid-area
property.
Type
UIValue<GridArea>
Description
The CSS grid-column-end
property.
Type
UIValue<GridColumnEnd>
Description
The number of columns the grid item should span
.
Type
UIValue<number>
Description
The CSS grid-column-start
property.
Type
UIValue<GridColumnStart>
Description
The CSS grid-row-end
property.
Type
UIValue<GridRowEnd>
Description
The number of rows the grid item should span
.
Type
UIValue<number>
Description
The CSS grid-row-start
property.
Type
UIValue<GridRowStart>
Edit this page on GitHub