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

@ -62,12 +62,10 @@ yarn start
#### Component Format
Individual components are located in the `src/components` folder:
Each component should adopt the following structure:
```js
src/components/Component
src/Component
└───Component.svelte // main component
└───Component.Skeleton.svelte // Skeleton component (if any)

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>

Some files were not shown because too many files have changed in this diff Show more