gridPanelRef
@Composable
Creates a CSS grid container, returning a reference.
Return
the created dev.kilua.html.Div component
Parameters
gridAutoColumns
the optional grid auto columns
gridAutoRows
the optional grid auto rows
gridAutoFlow
the optional grid auto flow
gridTemplateColumns
the optional grid template columns
gridTemplateRows
the optional grid template rows
gridTemplateAreas
the optional grid template areas
justifyItems
the optional grid justify items
justifyContent
the optional grid justify content
alignItems
the optional grid align items
alignContent
the optional grid align content
rowGap
the optional gap between rows
columnGap
the optional gap between columns
className
the optional CSS class name
id
the ID attribute of the container
content
the content of the component