carbon-components-svelte-next

0.4.1 • Public • Published

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

Package Sidebar

Install

npm i carbon-components-svelte-next

Weekly Downloads

3

Version

0.4.1

License

Apache-2.0

Unpacked Size

2.14 MB

Total Files

321

Last publish

Collaborators

  • httpsomkar