Skip to content

Commit

Permalink
Update knobs for NumberControl story
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jul 16, 2021
1 parent f796784 commit ef3d863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/number-control/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function Example() {
min: number( 'min', 0 ),
max: number( 'max', 100 ),
placeholder: text( 'placeholder', 0 ),
required: boolean( 'required', true ),
shiftStep: number( 'shiftStep', 10 ),
step: number( 'step', 1 ),
};
Expand Down

0 comments on commit ef3d863

Please sign in to comment.