Responsive Grid Panel
fun ResponsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: Align? = null, classes: Set<String> = setOf(), init: ResponsiveGridPanel.() -> Unit? = null)
Content copied to clipboard
Parameters
gridSize
grid size
rows
number of rows
cols
number of columns
align
text align of grid cells
classes
a set of CSS class names
init
an initializer extension function