Skip to content

Commit

Permalink
Added default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Sep 4, 2024
1 parent dd53fb9 commit c56f92a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/badge/badge.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ export default {
};

// More on writing stories with args: https://storybook.js.org/docs/writing-stories/args
export const Primary = {
export const Neutral = {
args: {
variant: 'primary',
variant: 'neutral',
children: 'Badge',
type: 'pill',
size: 'sm',
label: 'Badge',
},
};

0 comments on commit c56f92a

Please sign in to comment.