carbon-components-svelte/README.md
2020-01-08 07:11:58 -08:00

1.3 KiB

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