Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
ImgBotApp 5aee00d0c4
[ImgBot] Optimize images
*Total -- 59.09kb -> 27.56kb (53.35%)

/docs/static/logo-512.png -- 39.50kb -> 16.68kb (57.77%)
/docs/static/logo-192.png -- 12.38kb -> 6.54kb (47.14%)
/docs/static/favicon.png -- 7.21kb -> 4.34kb (39.84%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-07-19 18:56:18 +00:00
.github feat: initial commit 2019-12-15 11:20:52 -08:00
.storybook chore: update dependencies, remove jest 2020-07-19 06:53:10 -07:00
docs [ImgBot] Optimize images 2020-07-19 18:56:18 +00:00
src chore: forward restProps to Button 2020-07-19 11:21:32 -07:00
.gitignore change default name prop value for undefined 2020-07-10 11:07:50 -04:00
.travis.yml docs: use sapper/cypress for e2e testing 2020-07-19 11:41:15 -07:00
CHANGELOG.md chore(changelog): add v0.7.6 notes 2020-07-19 05:46:29 -07:00
CONTRIBUTING.md docs: use sapper/cypress for e2e testing 2020-07-19 11:41:15 -07:00
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json chore: update dependencies, remove jest 2020-07-19 06:53:10 -07:00
README.md chore: lift components folder 2020-07-19 09:06:08 -07:00
rollup.config.js chore: update dependencies, remove jest 2020-07-19 06:53:10 -07:00
yarn.lock chore: update dependencies, remove jest 2020-07-19 06:53:10 -07:00

carbon-components-svelte

NPM Build

Svelte implementation of the Carbon Design System

Storybook

Getting Started

carbon-components-svelte can be installed as a development dependency.

yarn add -D carbon-components-svelte

Usage

<script>
  import { Button } from "carbon-components-svelte";
</script>

<svelte:head>
  <link
    rel="stylesheet"
    href="https://unpkg.com/carbon-components/css/carbon-components.min.css"
  />
</svelte:head>

<Button>Primary</Button>

Try it in the CodeSandbox.

Contributing

Refer to the Contributing guidelines.

Changelog

License

Apache 2.0