mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
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:
parent
fb6983b94e
commit
0bf3c465c8
5 changed files with 22 additions and 31 deletions
|
@ -4,7 +4,5 @@
|
|||
</script>
|
||||
|
||||
<Layout>
|
||||
<div style="position: relative;">
|
||||
<CopyButton {...$$props} />
|
||||
</div>
|
||||
<CopyButton {...$$props} />
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue