Skip to content

Commit

Permalink
docs: update story
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 2, 2024
1 parent 6343712 commit 1cac6d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,13 @@ const CustomPreviewTemplate: StoryFn<typeof FileUploadComponent> = (args) => {
>
<Heading marginBottom="spacing.4">Add New Product</Heading>
<TextInput
{...args}
label="Product Name"
placeholder="Add product name"
isRequired
necessityIndicator="required"
onChange={({ value }) => setProductName(value)}
size={args.size}
labelPosition={args.labelPosition}
/>
<FileUploadComponent
{...args}
Expand Down

0 comments on commit 1cac6d5

Please sign in to comment.