Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
2019-12-25 13:13:28 -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 refactor(components): convert const to reactive where appropriate 2019-12-24 09:41:12 -08:00
src refactor(composed-modal): focus currentTarget in transitionend event 2019-12-25 13:13:28 -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 chore(deps-dev): bump carbon-components from 10.9.0-rc.1 to 10.9.0 2019-12-21 19:21:54 +00:00
README.md feat(component): add FileUploader 2019-12-23 20:59:56 -08:00
rollup.config.js feat: initial commit 2019-12-15 11:20:52 -08:00
yarn.lock Merge pull request #56 from IBM/dependabot/npm_and_yarn/babel/core-7.7.7 2019-12-21 11:30:00 -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
  • ComposedModal
    • ModalHeader
    • ModalBody
    • ModalFooter
  • ContentSwitcher
    • Switch
  • Copy
  • CopyButton
  • DataTableSkeleton
  • FileUploader
    • FileUploaderButton
    • FileUploaderItem
    • FileUploaderDropContainer
    • Filename
  • Form
  • FormGroup
  • FormItem
  • FormLabel
  • Icon
    • IconSkeleton
  • InlineLoading
  • Link
  • ListItem
  • Loading
  • Notification
    • ToastNotification
    • InlineNotification
    • NotificationActionButton
    • NotificationButton
    • NotificationIcon
    • NotificationTextDetails
  • OrderedList
  • Pagination
    • PaginationSkeleton
  • ProgressIndicator
    • ProgressIndicatorSkeleton
    • ProgressStep
  • RadioButton
    • RadioButtonSkeleton
  • RadioButtonGroup
  • Search
    • SearchSkeleton
  • Select
    • SelectSkeleton
    • SelectItem
    • SelectItemGroup
  • SkeletonPlaceholder
  • SkeletonText
  • StructuredList
    • StructuredListSkeleton
    • StructuredListBody
    • StructuredListHead
    • StructuredListCell
    • StructuredListRow
    • StructuredListInput
    • StructuredListWrapper
  • Tabs
    • Tab
    • TabContent
    • TabsSkeleton
  • 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