Grid
import { Grid } from "zmp-ui";
Dùng để tạo ra bố cục lưới.
- Hướng dẫn sử dụng
- Tiêu chuẩn thiết kế
Ví dụ
Bảng thuộc tính
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | ReactNode | |
columnCount | number | 1 | Specifying the columns in a grid |
columnSpace | string | var(--s1) | The space between grid column |
min | string | 250px | A CSS length value representing x in minmax(min(x, 100%), 1fr) |
rowSpace | string | var(--s1) | The space between grid row |