Skip to content

Commit

Permalink
docs: added islabelAnimationDisabled to dropdown story props
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed Jul 1, 2024
1 parent 3eb38c2 commit 6a86360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/Dropdown.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const meta = {
onSelect: (value: string) => console.log(`Selected value: ${value}`),
value: "option1",
variant: "comboBox",
islabelAnimationDisabled: false,
},
} satisfies Meta<typeof Dropdown>;

Expand Down

0 comments on commit 6a86360

Please sign in to comment.