UNPKG

zent

Version:

一套前端设计语言和基于React的实现

29 lines (21 loc) 695 B
--- title: Layout subtitle: 布局 path: component/layout group: 基础 --- ## Layout 布局 24栅格布局组件 ### API #### Row | 属性 | 说明 | 类型 | 默认值 | | --------- | ------ | ------ | -------- | | className | 额外的样式名 | string | | | prefix | UI 前缀 | string | `'zent'` | #### Col | 属性 | 说明 | 类型 | 默认值 | | --------- | ---------- | ------ | -------- | | span | col所占的栅格数 | number | | | offset | col左偏移的栅格数 | number | | | className | 额外的样式名 | string | | | prefix | UI 前缀 | string | `'zent'` |