Skip to content

Commit

Permalink
chore(slider): add with focus story
Browse files Browse the repository at this point in the history
  • Loading branch information
mdt2 authored and pfulton committed Nov 9, 2023
1 parent eda90c0 commit 2214996
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/slider/stories/slider.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ Disabled.args = {
isDisabled: true,
};

export const WithFocus = Template.bind({});
WithFocus.args = {
...Default.args,
variant: "with focus",
isFocused: true,
};

export const Gradient = Template.bind({});
Gradient.args = {
...Default.args,
Expand Down

0 comments on commit 2214996

Please sign in to comment.