You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
945 B
945 B
hd-grid
Grid 宫格布局
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
square | 是否将格子固定为正方形 | Boolean |
false |
false |
gutter | 格子之间的间距,默认单位为px | Number / String |
false |
0 |
clickable | 是否开启格子点击反馈 | Boolean |
false |
- |
columnNum | 列数 | Number |
false |
4 |
center | 是否将格子内容居中显示 | Boolean |
false |
true |
border | 是否显示边框 | Boolean |
false |
true |
direction | 格子内容排列的方向,可选值为 horizontal | 'horizontal' / 'vertical' |
false |
vertical |
iconSize | 图标大小,默认单位为px | String |
false |
56rpx |
reverse | 是否调换图标和文本的位置 | Boolean |
false |
false |
Slots
Name | Description | Default Slot Content |
---|---|---|
default | - | - |