Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
Sebastián Canio Barriga 6fdb8d10ed add name to form components
2020-07-09 20:59:42 -04:00
.github feat: initial commit 2019-12-15 11:20:52 -08:00
.storybook chore: use latest stylesheet in storybook 2020-05-08 15:03:11 -07:00
docs docs: set-up sapper template 2020-05-09 07:19:03 -07:00
palimpsest chore(deps): bump acorn from 6.4.0 to 6.4.1 in /palimpsest 2020-03-13 22:18:05 +00:00
src add name to form components 2020-07-09 20:59:42 -04:00
.gitignore add name to form components 2020-07-09 20:59:42 -04:00
.travis.yml ci(travis): run test command in script 2019-12-17 09:28:25 -08:00
CHANGELOG.md chore(changelog): v0.7.4 release notes 2020-06-17 17:14:54 -07:00
CONTRIBUTING.md chore(storybook): set 9090 as default storybook port 2019-12-31 14:45:53 -08:00
gh-pages.js chore(deps-dev): add gh-pages 2020-05-08 15:07:38 -07:00
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json v0.7.4 2020-06-17 17:15:26 -07:00
README.md Readme: Fix capitalisation in example 2020-05-02 23:50:55 +02:00
rollup.config.js feat(component): add DatePicker 2019-12-28 18:11:05 -08:00
yarn.lock chore(deps-dev): bump svelte to v3.23.0 2020-05-26 19:10:34 -07:00

carbon-components-svelte

NPM Build

Svelte implementation of the Carbon Design System

Storybook · CodeSandbox

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@10.9.0/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