Add size animation to dots, move stories to component folder
This commit is contained in:
13
src/ImageCarousel/ImageCarousel.stories.js
Normal file
13
src/ImageCarousel/ImageCarousel.stories.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import ImageCarouselView from './ImageCarouselView.svelte';
|
||||
|
||||
export default {
|
||||
title: 'ImageCarousel',
|
||||
component: ImageCarouselView
|
||||
};
|
||||
|
||||
const Template = ({ ...args }) => ({
|
||||
Component: ImageCarouselView,
|
||||
props: args
|
||||
});
|
||||
|
||||
export const Primary = Template.bind({});
|
||||
Reference in New Issue
Block a user