chore: lift components folder

This commit is contained in:
Eric Liu 2020-07-19 09:06:08 -07:00
commit 2200b29b92
301 changed files with 57 additions and 76 deletions

View file

@ -5,7 +5,7 @@
> Svelte implementation of the [Carbon Design System](https://github.com/carbon-design-system)
## [Storybook](https://ibm.github.io/carbon-components-svelte) · [CodeSandbox](https://codesandbox.io/s/carbon-components-svelte021-lhvc4)
## [Storybook](https://ibm.github.io/carbon-components-svelte)
## Getting Started
@ -25,7 +25,7 @@ yarn add -D carbon-components-svelte
<svelte:head>
<link
rel="stylesheet"
href="https://unpkg.com/carbon-components@10.9.0/css/carbon-components.min.css"
href="https://unpkg.com/carbon-components/css/carbon-components.min.css"
/>
</svelte:head>