@cainiaofe/cn-ui-m
Version:
15 lines (14 loc) • 1.03 kB
JavaScript
import * as React from 'react';
import { CnBox, CnDemoPage, CnImageViewer } from "../../..";
export default { title: 'demo/CnImageViewer' };
export var 多图片 = function () { return (React.createElement(CnDemoPage, null,
React.createElement(CnBox, { spacing: 12 },
React.createElement("span", null, "\u591A\u56FE\u7247\u9884\u89C8\u3002"),
React.createElement(CnImageViewer, { src: [
'eorror',
'https://img.alicdn.com/imgextra/i3/O1CN01nl4XEK1blna4yIVeF_!!6000000003506-0-tps-1540-1180.jpg',
'https://img.alicdn.com/imgextra/i3/O1CN01dbkdiM1nNmCIEcwAa_!!6000000005078-0-tps-1540-1180.jpg',
'https://img.alicdn.com/imgextra/i1/O1CN01vxO2AA1LRcHBWGlrX_!!6000000001296-0-tps-1540-1180.jpg',
'https://img.alicdn.com/imgextra/i2/O1CN01GamTXc1ql5CQ9eJtg_!!6000000005535-0-tps-1540-1180.jpg',
'https://img.alicdn.com/imgextra/i1/O1CN01maLUdM1XioXO4bQmG_!!6000000002958-0-tps-1540-1180.jpg',
] })))); };