ResponsiveGridPanel(gridsize: GRIDSIZE = GRIDSIZE.MD, rows: Int = 0, cols: Int = 0, align: ALIGN? = null, classes: Set<String> = setOf())
gridsize - grid size
gridsize
rows - number of rows
rows
cols - number of columns
cols
align - text align of grid cells
align
classes - a set of CSS class names
classes
Constructor