kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel / <init>

<init>

ResponsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: Align? = null, classes: Set<String> = setOf(), init: (ResponsiveGridPanel.() -> Unit)? = null)

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

Constructor