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.
951 B
951 B
hd-grid-item
GridItem 宫格布局项
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
icon | 图标名称或图片链接,可选值见 Icon 组件 | String |
false |
- |
iconColor | 图标颜色 | String |
false |
- |
iconPrefix | 第三方图标前缀 | String |
false |
fant-icon |
text | 文字 | String |
false |
- |
url | 点击后跳转的链接地址 | String |
false |
- |
linkType | 链接跳转类型,可选值为 redirectTo switchTab reLaunch | String |
false |
'redirectTo' / 'switchTab' / 'reLaunch' |
Events
Event Name | Description | Parameters |
---|---|---|
click | 点击格子时触发 | - |
Slots
Name | Description | Default Slot Content |
---|---|---|
default | - | - |