Skip to content

Commit

Permalink
chore: update NumberINput stores
Browse files Browse the repository at this point in the history
  • Loading branch information
joyce-foo committed Dec 16, 2024
1 parent 6302055 commit 0132aec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/camp/src/NumberInput/NumberInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,9 @@ export const FormInput: StoryFn<NumberInputProps> = (args) => {
</FormControl>
)
}

export const InputStyles = Template.bind({})
InputStyles.args = {
placeholder: 'Pass in input styles',
inputStyles: { bgColor: 'gray.100' },
}

0 comments on commit 0132aec

Please sign in to comment.