This module is deprecated.

eagle-ui主要栅格化布局组件


    <Grid>//定义栅格
        <Row>//定义一行
             <Col sm={6}>//定义一列,总长度为12份
             </Col>
        </Row>
    </Grid>

Grid定义外框
Row定义行排列
Col定义竖排列

点击以上链接进行相关查看

This module provides the following classes: