Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
Eric Liu ea39fdd4a7 refactor(toggle): forward events, inline functions
Supports #7

- Forward events
- Add style prop
- Remove exported props
- Inline change, keyup functions
- Dispatch only 'toggle' event
2019-12-20 17:07:37 -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 chore(docs): rebuild storybook [ci skip] 2019-12-20 16:38:39 -08:00
src refactor(toggle): forward events, inline functions 2019-12-20 17:07:37 -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 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
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json fix(copy-button): use ^10.9.0 styles for CopyButton 2019-12-18 08:47:43 -08:00
README.md Merge pull request #48 from metonym/content-switcher 2019-12-20 16:37:12 -08:00
rollup.config.js feat: initial commit 2019-12-15 11:20:52 -08:00
yarn.lock fix(copy-button): use ^10.9.0 styles for CopyButton 2019-12-18 08:47:43 -08:00

carbon-components-svelte

🚧 UNDER CONSTRUCTION

Svelte implementation of the Carbon Design System

Storybook

Supported Components

Currently, the following components are supported:

  • Accordion
  • AccordionItem
    • AccordionSkeleton
  • Breadcrumb
  • BreadcrumbItem
    • BreadcrumbSkeleton
  • Button
    • ButtonSkeleton
  • Checkbox
    • CheckboxSkeleton
  • CodeSnippet
    • CodeSnippetSkeleton
  • ContentSwitcher
    • Switch
  • Copy
  • CopyButton
  • DataTableSkeleton
  • InlineLoading
  • Loading
  • Link
  • ListItem
  • OrderedList
  • RadioButton
    • RadioButtonSkeleton
  • Search
    • SearchSkeleton
  • SkeletonPlaceholder
  • SkeletonText
  • Tag
    • TagSkeleton
  • TextArea
    • TextAreaSkeleton
  • TextInput
    • TextInputSkeleton
    • PasswordInput
  • Tile
    • ClickableTile
    • SelectableTile
    • ExpandableTile
      • TileAboveTheFoldContent
      • TileBelowTheFoldContent
    • RadioTile
    • Tile
    • TileGroup
      • RadioTile
  • Toggle
    • ToggleSkeleton
  • ToggleSmall
    • ToggleSmallSkeleton
  • TooltipDefinition
  • TooltipIcon
  • UnorderedList

Usage

[Placeholder]

Contributing

[Placeholder]

Changelog

License

Apache 2.0