Skip to content

Commit

Permalink
chore(icon): add playground story (#12585)
Browse files Browse the repository at this point in the history
closes #12584

Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 9, 2022
1 parent e885af3 commit 9e1e503
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/react/src/components/Icons/Icons.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ export const Default = () => {
</>
);
};

export const Playground = (args) => {
return <Bee {...args} />;
};

Playground.argTypes = {
size: {
options: ['16', '20', '32'],
control: { type: 'select' },
defaultValue: 16,
},
};

0 comments on commit 9e1e503

Please sign in to comment.