Skip to content

Commit

Permalink
test(Button): add icon example in test (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Mar 26, 2024
1 parent b7da9e1 commit 2bbeba0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/components/Button/__stories__/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@ export const InsideText: Story = {
<br />
<Button {...args} /> dolor
<br />
sit amet
sit{' '}
<Button {...args}>
<IconComponent data={Globe} />
</Button>{' '}
amet
</div>
);
},
Expand Down

0 comments on commit 2bbeba0

Please sign in to comment.