wix-style-react
Version:
wix-style-react
39 lines (33 loc) • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _Carousel = require('wix-style-react/Carousel');
var _Carousel2 = _interopRequireDefault(_Carousel);
var _storySettings = require('./storySettings');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var imagesExamples = [{
value: [{
src: 'https://a-static.besthdwallpaper.com/garfield-wallpaper-2800x2100-815_28.jpg'
}, {
src: 'https://m.media-amazon.com/images/M/MV5BZGMwOGIwZjUtOWQ1OS00YWRjLWJmZGMtN2Y1OWQ3ZDYwYTM3XkEyXkFqcGdeQXVyNzU1NzE3NTg@._V1_.jpg'
}, {
src: 'https://a-static.besthdwallpaper.com/cartoons-garfield-wallpaper-1440x1080-6773_22.jpg'
}],
label: 'three images'
}];
exports.default = {
category: _storySettings.storySettings.category,
storyName: _storySettings.storySettings.storyName,
component: _Carousel2.default,
componentPath: '../../src/Carousel/Carousel.js',
exampleProps: {
images: imagesExamples
},
componentProps: {
images: imagesExamples[0].value,
infinite: true,
autoplay: false,
dataHook: _storySettings.storySettings.dataHook
}
};