Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
2020-07-20 20:25:00 -07: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 Merge branch 'master' of https://github.com/IBM/carbon-components-svelte 2020-07-19 12:10:02 -07:00
src fix(list-box): fix regression where size is overriden 2020-07-20 20:25:00 -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.8.2 notes 2020-07-19 14:53:23 -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 v0.8.2 2020-07-19 14:54:01 -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