Skip to content

Commit

Permalink
Adding more stories for component
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAbdellateef committed Aug 3, 2023
1 parent dc9dd2e commit 9385102
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/src/Input/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ export const WithIcons: Story = {
/>
),
};

export const FileInput: Story = {
render: args => <Input placeholder="Placeholder..." {...args} type="file" />,
};

export const ColorPicker: Story = {
render: args => <Input placeholder="Placeholder..." {...args} type="color" />,
};

0 comments on commit 9385102

Please sign in to comment.