Skip to content

Commit

Permalink
chore(iconbutton): add default story (#12436)
Browse files Browse the repository at this point in the history
closes #12352

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
alisonjoseph and kodiakhq[bot] committed Nov 12, 2022
1 parent 06fdbdb commit 2b20b1e
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -36,6 +36,14 @@ export default {
},
};

export const Default = () => (
<div style={{ margin: '3rem' }}>
<IconButton>
<Edit />
</IconButton>
</div>
);

const PlaygroundStory = (props) => {
const { align, defaultOpen, disabled, kind, label, size } = props;
return (
Expand Down

0 comments on commit 2b20b1e

Please sign in to comment.