-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(meter): let meter use its rootclass in storybook
Meter's Storybook template was using the rootClass for progress bar, rather than its own rootClass. It was set up this way because of the way the two components are housed together, and meter primarily just uses ProgressBar, with some added classes. This value not being unique made it difficult to compare and match up the value of rootClass in the packageJson spectrum data to the actual rootClass defined in the story files default args.
- Loading branch information
1 parent
e4003a4
commit a30fe10
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters