Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
2020-01-08 07:11:58 -08: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 feat(components): add default, sortable DataTable 2020-01-07 18:33:54 -08:00
palimpsest docs(palimpsest): add initial set-up 2020-01-04 09:25:05 -08:00
src feat(components): add default, sortable DataTable 2020-01-07 18:33:54 -08:00
.eslintrc.json docs(palimpsest): add initial set-up 2020-01-04 09:25:05 -08:00
.gitignore feat: initial commit 2019-12-15 11:20:52 -08:00
.prettierignore docs(readme): add usage instructions 2020-01-08 07:11:58 -08:00
.travis.yml ci(travis): run test command in script 2019-12-17 09:28:25 -08:00
CHANGELOG.md feat: initial commit 2019-12-15 11:20:52 -08:00
CONTRIBUTING.md chore(storybook): set 9090 as default storybook port 2019-12-31 14:45:53 -08:00
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json chore(npm): include src in published files 2020-01-08 06:35:00 -08:00
README.md docs(readme): add usage instructions 2020-01-08 07:11:58 -08:00
rollup.config.js feat(component): add DatePicker 2019-12-28 18:11:05 -08:00
yarn.lock Merge pull request #97 from IBM/dependabot/npm_and_yarn/svelte-3.16.7 2020-01-01 12:14:22 -08: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 · Svelte REPL

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>

<Button>Primary</Button>
<Button kind="secondary">Secondary</Button>

Try it in the Svelte REPL.

Contributing

Refer to the Contributing guidelines.

Changelog

License

Apache 2.0