fix(copy-button): use ^10.9.0 styles for CopyButton

Fixes #36

- Remove creaetEventDispatcher
- Remove exported props
- Breaking Change: upgrade to carbon-components@10.9.0-rc.1
- Clean up CopyButton story
This commit is contained in:
Eric Liu 2019-12-18 08:47:43 -08:00
commit 0bf3c465c8
5 changed files with 22 additions and 31 deletions

View file

@ -4,7 +4,5 @@
</script>
<Layout>
<div style="position: relative;">
<CopyButton {...$$props} />
</div>
<CopyButton {...$$props} />
</Layout>