Skip to content

Commit

Permalink
fix: add missing button disabled state to Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 14, 2021
1 parent 2983a5d commit 3851779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/button/button-html.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ export const Template = ({ content, disabled }) =>
control: "text",
defaultValue: "The Quick Brown Fox Jumps Over The Lazy Dog",
},
disabled: {
description: "Disabled",
control: "boolean",
defaultValue: false,
},
}}
parameters={{
docs: {
Expand Down

0 comments on commit 3851779

Please sign in to comment.