Skip to content

Commit

Permalink
Reactivation of the Range component stories with a step
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jun 19, 2024
1 parent a749700 commit 968150a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions stories/Range.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ export const HideMinMax = getStory({
hideMinMax: true
});

//export const WithStep = getStory({ ...defaultProps, step: 10 });
export const WithStep = getStory({ ...defaultProps, step: 10 });

//export const SmallWithStep = getStory({ ...defaultProps, small: true, step: 10 });
export const SmallWithStep = getStory({ ...defaultProps, small: true, step: 10 });

export const Double = getStory({ ...defaultProps, double: true });

export const SmallDouble = getStory({ ...defaultProps, small: true, double: true });

// export const SmallDoubleWithStep = getStory({
// ...defaultProps,
// small: true,
// double: true,
// step: 10
// });
export const SmallDoubleWithStep = getStory({
...defaultProps,
small: true,
double: true,
step: 10
});

export const PrefixSuffix = getStory({
...defaultProps,
Expand Down

0 comments on commit 968150a

Please sign in to comment.