eo-info-card-item
<eo-info-card-item>
构件 eo-info-card-item
Examples
Basic
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
cardTitle | title | string | ||
description | description | string | ||
url | 链接地址 | string | ||
cardIcon | 图标 | IconAvatar | ||
detailList | 详细列表 | InfoCardDetail[] | ||
target | 链接跳转目标 | LinkProps["target"] |
Type references
IconAvatar
Name | Type | Required | Description |
---|---|---|---|
icon | GeneralIconProps | ✅ | |
color | string | ||
size | number | ||
shape | "circle" | "square" | "round-square" | ||
bgColor | string |
InfoCardDetail
Name | Type | Required | Description |
---|---|---|---|
title | string | ||
desc | string | ||
useBrick | UseSingleBrickConf |