Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
dependabot-preview[bot] c363f62980
chore(deps-dev): bump lint-staged from 9.5.0 to 10.0.7
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.0.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.5.0...v10.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-01 20:54:15 +00:00
.github feat: initial commit 2019-12-15 11:20:52 -08:00
.storybook feat: initial commit 2019-12-15 11:20:52 -08:00
docs chnages to sidenav 2020-01-20 12:00:19 -06:00
palimpsest refactor(theme-picker): use two-way binding 2020-01-20 16:52:06 -08:00
src test(breadcrumb): update snapshot 2020-01-25 15:36:28 -08:00
.eslintrc.json chnages to sidenav 2020-01-20 12:00:19 -06:00
.gitignore feat: initial commit 2019-12-15 11:20:52 -08:00
.prettierignore chnages to sidenav 2020-01-20 12:00:19 -06:00
.travis.yml ci(travis): run test command in script 2019-12-17 09:28:25 -08:00
CHANGELOG.md chnages to sidenav 2020-01-20 12:00:19 -06:00
CONTRIBUTING.md chnages to sidenav 2020-01-20 12:00:19 -06:00
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json chore(deps-dev): bump lint-staged from 9.5.0 to 10.0.7 2020-02-01 20:54:15 +00:00
README.md chnages to sidenav 2020-01-20 12:00:19 -06:00
rollup.config.js feat(component): add DatePicker 2019-12-28 18:11:05 -08:00
yarn.lock chore(deps-dev): bump lint-staged from 9.5.0 to 10.0.7 2020-02-01 20:54:15 +00:00

carbon-components-svelte

NPM Build

Svelte implementation of the Carbon Design System

NOTE: Currently, this project is under active development. See the issue tracker for the anticipated v1.0.0 release.

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