export default [ { title: '图片轮播', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_slider.png', schema: { componentName: 'DCSlider', props: { prefix: 'next-', animation: 'slide', arrows: false, arrowSize: 'medium', arrowPosition: 'inner', arrowDirection: 'hoz', autoplaySpeed: 3000, autoplay: true, dots: true, dotsDirection: 'hoz', draggable: true, infinite: true, slide: 'div', slideDirection: 'hoz', slidesToShow: 1, slidesToScroll: 1, speed: 600, triggerType: 'click', centerPadding: '50px', cssEase: 'ease', edgeFriction: 0.35, swipe: true, touchMove: true, touchThreshold: 5, useCSS: true, waitForAnimate: true, // 轮播路径 picUrls: ['https://img.alicdn.com/tps/TB1bewbNVXXXXc5XXXXXXXXXXXX-1000-300.png', 'https://img.alicdn.com/tps/TB1xuUcNVXXXXcRXXXXXXXXXXXX-1000-300.jpg', 'https://img.alicdn.com/tps/TB1ikP.NVXXXXaYXpXXXXXXXXXX-1000-300.jpg', 'https://img.alicdn.com/tps/TB1s1_JNVXXXXbhaXXXXXXXXXXX-1000-300.jpg'] } // children: [ // { // componentName: 'Image', // props: { // src: 'https://img.alicdn.com/tps/TB1bewbNVXXXXc5XXXXXXXXXXXX-1000-300.png', // }, // }, // { // componentName: 'Image', // props: { // src: 'https://img.alicdn.com/tps/TB1xuUcNVXXXXcRXXXXXXXXXXXX-1000-300.jpg', // }, // }, // { // componentName: 'Image', // props: { // src: 'https://img.alicdn.com/tps/TB1ikP.NVXXXXaYXpXXXXXXXXXX-1000-300.jpg', // }, // }, // { // componentName: 'Image', // props: { // src: 'https://img.alicdn.com/tps/TB1s1_JNVXXXXbhaXXXXXXXXXXX-1000-300.jpg', // }, // }, // ] }, }, ];