Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
2020-07-24 17:18:23 -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 docs: build carbon themes using sass 2020-07-23 19:58:54 -07:00
src fix: clear timeout in onMount return function 2020-07-24 17:18:23 -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): v0.8.5 notes 2020-07-23 14:38:45 -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.5 2020-07-23 14:39:55 -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(deps): bump carbon-icons-svelte to ^10.14.0 2020-07-20 21:33:41 -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