Row

12 Grids System
Import
import { Row } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

Basic Usage

In the grid system, we define the frame outside the information area based on row and column, to ensure that every area can have stable arrangement.

Grid Gutter

You can use an array to set vertical spacing, [horizontal, vertical]

Multiple-line Arrangement

The default grid number of the grid system is 12. When there is no custom grid number and one row exceeds 12, the remaining grids will be arranged in a new row.

Grow

Grid adaptive width.When the number of grids in a row exceeds 12,the remaining grids occupy one row.

Offset

Set offset of Col components.

Columns

The default is 12 grids system.You can customize the number of grids by setting columns for the Row Component.