Grid栅格
author: 闫申申
定义
栅格布局组件。
图片展示
代码演示
import Grid from 'pile/dist/components/grid'
<Grid flexCells>
<div></div>
<div></div>
</Grid>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
flexCells | 是否flex布局 | true |
原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-grid.html