1.0.2 • Published 4 years ago

@aligov/components-img-thumb v1.0.2

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

图片展示小图点击展示大图

@aligov/components-img-thumb

图片展示小图,点击展示大图

用法

import ImgThumb from '@aligov/components-img-thumb';

<ImgThumb src={imgSrc} />

API

参数名说明必填类型默认值备注
src图片地址Ystring
alt图片 alt 信息string
width缩略图宽度css width 有效值或数字(等同于px)30px
height缩略图高度css height 有效值或数字(等同于px)30px
trigger自定义触发器而不是缩略图React 元素