Skip to content

Commit

Permalink
feat(meter): add static white story
Browse files Browse the repository at this point in the history
  • Loading branch information
marissahuysentruyt committed Aug 5, 2024
1 parent 7a8d4b4 commit 87fc3e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions components/progressbar/stories/meter.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@ WithForcedColors.parameters = {
modes: disableDefaultModes
},
};

export const StaticWhite = Default.bind({});
StaticWhite.tags = ["!autodocs", "!dev", "test"];
StaticWhite.args = {
staticColor: "white",
label: "Loading your fonts, images, and icons",
value: 50,
};
StaticWhite.parameters = {
chromatic: {
modes: disableDefaultModes
},
};

0 comments on commit 87fc3e3

Please sign in to comment.