Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
2019-12-15 11:20:52 -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: initial commit 2019-12-15 11:20:52 -08:00
src feat: initial commit 2019-12-15 11:20:52 -08:00
.eslintrc.json feat: initial commit 2019-12-15 11:20:52 -08:00
.gitignore feat: initial commit 2019-12-15 11:20:52 -08:00
.travis.yml feat: initial commit 2019-12-15 11:20:52 -08:00
CHANGELOG.md feat: initial commit 2019-12-15 11:20:52 -08:00
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json feat: initial commit 2019-12-15 11:20:52 -08:00
README.md feat: initial commit 2019-12-15 11:20:52 -08:00
rollup.config.js feat: initial commit 2019-12-15 11:20:52 -08:00
yarn.lock feat: initial commit 2019-12-15 11:20:52 -08:00

carbon-components-svelte

[🚧🚧🚧 UNDER CONSTRUCTION] Svelte implementation of the Carbon Design System

This library is a work in progress.

Getting Started

yarn add -D carbon-components carbon-components-svelte carbon-icons-svelte

Supported Components

Currently, the following components are supported:

  • Accordion
  • AccordionItem
  • AccordionSkeleton
  • Breadcrumb
  • BreadcrumbItem
  • BreadcrumbSkeleton
  • Button
  • ButtonSkeleton
  • Checkbox
  • CheckboxSkeleton
  • CodeSnippet
  • CodeSnippetSkeleton
  • Copy
  • CopyButton
  • InlineLoading
  • Loading
  • Link
  • ListItem
  • OrderedList
  • SkeletonText
  • Tag
  • TagSkeleton
  • TextArea
  • TextAreaSkeleton
  • Toggle
  • ToggleSkeleton
  • ToggleSmall
  • ToggleSmallSkeleton
  • TooltipDefinition
  • TooltipIcon
  • UnorderedList

Usage

<script>
  import { Tag } from 'carbon-components-svelte';
</script>

<Tag>Text</Tag>

Contributing

[Placeholder]

Changelog

License

Apache 2.0