# zent-layout

[![npm version](https://img.shields.io/npm/v/zent-layout.svg?style=flat)](https://www.npmjs.com/package/zent-layout) [![downloads](https://img.shields.io/npm/dt/zent-layout.svg)](https://www.npmjs.com/package/zent-layout)

24栅格布局组件

## API

### Row

| 属性        | 说明     | 类型     | 默认值      |
| --------- | ------ | ------ | -------- |
| className | 额外的样式名 | string |          |
| prefix    | UI 前缀  | string | `'zent'` |

### Col

| 属性        | 说明         | 类型     | 默认值      |
| --------- | ---------- | ------ | -------- |
| span      | col所占的栅格数  | number |          |
| offset    | col左偏移的栅格数 | number |          |
| className | 额外的样式名     | string |          |
| prefix    | UI 前缀      | string | `'zent'` |
