diff --git a/src/pages/developing/frameworks/svelte.mdx b/src/pages/developing/frameworks/svelte.mdx index 2eec751790a..c85bdd775e3 100644 --- a/src/pages/developing/frameworks/svelte.mdx +++ b/src/pages/developing/frameworks/svelte.mdx @@ -40,7 +40,7 @@ support, contact the @@ -48,7 +48,7 @@ support, contact the @@ -56,38 +56,29 @@ support, contact the + + + + + + + + + + -## Install - -Install `carbon-components-svelte` as a development dependency. - -```bash -yarn add -D carbon-components-svelte -# OR -npm i -D carbon-components-svelte -``` - -The quickest way to get started is to customize a template from the -[examples](https://github.com/IBM/carbon-components-svelte/tree/master/examples/) -folder. - -Example set-ups demonstrate usage with popular application bundlers and -frameworks. They feature a mix of Single-page Applications (SPA), Server-side -rendering (SSR) and statically exported approaches. - -- **[examples/rollup](https://github.com/IBM/carbon-components-svelte/tree/master/examples/rollup/)**: - SPA bundled using [Rollup](https://github.com/rollup/rollup) -- **[examples/sapper](https://github.com/IBM/carbon-components-svelte/tree/master/examples/sapper/)**: - SSR + static export using [Sapper](https://github.com/sveltejs/sapper) -- **[examples/webpack](https://github.com/IBM/carbon-components-svelte/tree/master/examples/webpack/)**: - SPA bundled with [webpack](https://github.com/webpack/webpack) - ## Development Please refer to the