mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
feat(code-snippet): add copy functionality
- docs: add custom feedback copy text example
This commit is contained in:
parent
f13e3b100e
commit
50b93c8a17
15 changed files with 91 additions and 94 deletions
|
@ -24,6 +24,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"carbon-icons-svelte": "^10.27.0",
|
||||
"clipboard-copy": "3.2.0",
|
||||
"flatpickr": "4.6.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -31,7 +32,7 @@
|
|||
"@rollup/plugin-node-resolve": "^11.1.1",
|
||||
"@tsconfig/svelte": "^1.0.10",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"carbon-components": "10.31.0",
|
||||
"carbon-components": "10.32.0-rc.0",
|
||||
"gh-pages": "^3.1.0",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^10.5.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue