ng-zorro-antd-mobile
ng-zorro-antd-mobile copied to clipboard
请求提供一个图片浏览的组件
What problem does this feature solve?
图片浏览是一个很重要且广泛使用的组件,既然已经提供了图片上传的组件,那么类似的需求和场景会很多。请求提供类似微信查看图片组的组件。
What does the proposed API look like?
options:
{
photos: Array[{
url: string,
type: string,
title:string,
describe: string
}],
closeIcon: string,
initialSlide: number,
}
Gallery.show( {
photos: photos,
initialSlide: index
});