Skip to content

Commit

Permalink
Add width control to IconInput story
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Feb 15, 2023
1 parent 0d5dfc3 commit 2146534
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/IconInput/IconInput.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ import IconInput from './IconInput';
type: 'text',
},
},
width: {
control: {
type: 'number',
},
},
}}
/>

Expand Down

0 comments on commit 2146534

Please sign in to comment.