0.1.0 • Published 5 years ago

@xsyx/hanzo-col v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

栅格布局

24栅格系统 hanzo-row 在水平方向创建一行 hanzo-col 一行内的列

适用场景

基本调用

 <hanzo-row>
   <hanzo-col span="8">span: 8</hanzo-col>
   <hanzo-col span="8">span: 8</hanzo-col>
   <hanzo-col span="8">span: 8</hanzo-col>
 </hanzo-row>

参数 Row props

参数说明类型可选值默认值可选性
-----

参数 Col props

参数说明类型可选值默认值可选性
span栅格的占位格数Number--
offset栅格左侧的间隔格数Number--

事件 event

名称参数说明备注
--

相关演示

An image