@cainiaofe/cn-ui-m
Version:
15 lines (14 loc) • 1 kB
JavaScript
import * as React from 'react';
import { CnDemoBlock, CnDemoPage, CnImageViewer } from "../../..";
export var 基本 = function () {
return (React.createElement(CnDemoPage, { title: "\u57FA\u672C" },
React.createElement(CnDemoBlock, { title: "\u5355\u56FE" },
React.createElement(CnImageViewer, { single: true, width: 360, src: "https://gw.alicdn.com/imgextra/i3/O1CN01umdwhh1HjhHMYvB45_!!6000000000794-2-tps-1242-2208.png" })),
React.createElement(CnDemoBlock, { title: "\u591A\u56FE" },
React.createElement(CnImageViewer, { src: [
'https://gw.alicdn.com/imgextra/i3/O1CN01umdwhh1HjhHMYvB45_!!6000000000794-2-tps-1242-2208.png',
'https://img.alicdn.com/imgextra/i3/O1CN0100jSYV1uhC7kWZpo7_!!6000000006068-55-tps-160-128.svg',
'https://img.alicdn.com/imgextra/i2/O1CN01IVSALm1oyFAu55ByQ_!!6000000005293-2-tps-288-198.png',
] }))));
};
export default { title: 'demo/CnImageViewer' };