@aliretail/react-materials-components
Version:
26 lines (22 loc) • 1.2 kB
Markdown
title: ImageText-API
order: 1
category: UI
description: ImageText 组件描述
screenshot: https://gw.alicdn.com/imgextra/i2/O1CN01yW3hCD1M8CnqeKFlq_!!6000000001389-2-tps-90-90.png
## API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------ | ---- | ---- | ---- | ------ | ---- |
| imageUrl | 图片路径 | Y | string | | |
| title | 标题 | Y | string | | |
| subTitle | 副标题 | N | string | | |
| description | 描述 | N | string | | |
| rightTitle | 右侧描述 | N | string | | |
| rightSubTitle | 右侧描述 | N | string | | |
| iconType | giftItem赠品标识,combineItem组合货品 | N | string | | |
| subTitleLength | 副标题字符长度限制 | N | number | | |
| showBalloon | 副标题是否展示气泡 | N | boolean | | |
| balloonContent | 气泡内容 | N | string | | |
| hasImagePlace | 不传imageUrl的情况下图片是否占位 | N | boolean | | |
| appendElement | 添加图文组件文字展示拓展槽 | N | element | | |