Grid

  • A Grid is a two dimentional layout which is used to arrange items horizontally and vertically.

Import

Usage

Item 1

Item 2

Item 3

Item 4

Item 5

Item 6

Editable Code

Props

row

Description

It is used to set the number of rows in the grid.

Values

Valid number.

col

Description

It is used to set the number of columns in the grid.

Values

Valid number.

Note

To learn about customizing the components check this section of the docs.