Skip to content

Commit

Permalink
chore: add new slider story
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar-r committed Apr 5, 2024
1 parent d981fa9 commit 795c713
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/core/Slider/Slider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ export default {
},
};

export const FloatingControlPosition = {
args: {
children: slides,
options: {
interval: 10000,
intervalIndicator: true,
controlPosition: "floating",
},
},
};

export const InlineControlPosition = {
args: {
options: {
Expand All @@ -85,5 +96,3 @@ export const WithoutIntervalIndicator = {
},
},
};

export const Default = {};

0 comments on commit 795c713

Please sign in to comment.