Svelte implementation of the Carbon Design System https://svelte.carbondesignsystem.com
Find a file
dependabot-preview[bot] ee947eb815
chore(deps-dev): bump svelte from 3.16.5 to 3.16.7
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.16.5 to 3.16.7.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.16.5...v3.16.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 10:38:59 +00: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): alphabetize exported props for scannability 2019-12-31 16:36:10 -08:00
src refactor(components): alphabetize exported props for scannability 2019-12-31 16:36:10 -08:00
.eslintrc.json feat(components): add ComboBox 2019-12-30 14:49:24 -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
CONTRIBUTING.md chore(storybook): set 9090 as default storybook port 2019-12-31 14:45:53 -08:00
LICENSE Initial commit 2019-12-15 13:16:40 -05:00
package.json chore(storybook): set 9090 as default storybook port 2019-12-31 14:45:53 -08:00
README.md refactor(structured-list): make StructuredListWrapper default component 2019-12-31 15:47:45 -08:00
rollup.config.js feat(component): add DatePicker 2019-12-28 18:11:05 -08:00
yarn.lock chore(deps-dev): bump svelte from 3.16.5 to 3.16.7 2020-01-01 10:38:59 +00:00

carbon-components-svelte

🚧 UNDER CONSTRUCTION

Svelte implementation of the Carbon Design System

Currently, this project is under active development. See the ongoing project for the anticipated v1.0.0 release.

Storybook

Supported Components

Currently, the following components are supported:

  • Accordion
  • AccordionItem
    • AccordionSkeleton
  • Breadcrumb
  • BreadcrumbItem
    • BreadcrumbSkeleton
  • Button
    • ButtonSkeleton
  • Checkbox
    • CheckboxSkeleton
  • CodeSnippet
    • CodeSnippetSkeleton
  • ComboBox
  • ComposedModal
    • ModalHeader
    • ModalBody
    • ModalFooter
  • ContentSwitcher
    • Switch
  • Copy
  • CopyButton
  • DataTableSkeleton
  • DatePicker
    • DatePickerInput
  • FileUploader
    • FileUploaderButton
    • FileUploaderItem
    • FileUploaderDropContainer
    • Filename
  • Form
  • FormGroup
  • FormItem
  • FormLabel
  • Icon
    • IconSkeleton
  • InlineLoading
  • Link
  • ListBox
    • ListBoxField
    • ListBoxMenu
    • ListBoxMenuIcon
    • ListBoxMenuItem
    • ListBoxSelection
  • ListItem
  • Loading
  • MultiSelect
  • Modal
  • Notification
    • ToastNotification
    • InlineNotification
    • NotificationActionButton
    • NotificationButton
    • NotificationIcon
    • NotificationTextDetails
  • NumberInput
    • NumberInputSkeleton
  • OrderedList
  • OverflowMenu
    • OverflowMenuItem
  • Pagination
    • PaginationSkeleton
  • ProgressIndicator
    • ProgressIndicatorSkeleton
    • ProgressStep
  • RadioButton
    • RadioButtonSkeleton
  • RadioButtonGroup
  • Search
    • SearchSkeleton
  • Select
    • SelectSkeleton
    • SelectItem
    • SelectItemGroup
  • SkeletonPlaceholder
  • SkeletonText
  • Slider
    • SliderSkeleton
  • StructuredList
    • StructuredListSkeleton
    • StructuredListBody
    • StructuredListHead
    • StructuredListCell
    • StructuredListRow
    • StructuredListInput
  • Tabs
    • Tab
    • TabContent
    • TabsSkeleton
  • Tag
    • TagSkeleton
  • TextArea
    • TextAreaSkeleton
  • TextInput
    • TextInputSkeleton
    • PasswordInput
  • Tile
    • ClickableTile
    • SelectableTile
    • ExpandableTile
    • RadioTile
    • Tile
    • TileGroup
      • RadioTile
  • TimePicker
    • TimePickerSelect
  • Toggle
    • ToggleSkeleton
  • ToggleSmall
    • ToggleSmallSkeleton
  • Tooltip
  • TooltipDefinition
  • TooltipIcon
  • UnorderedList

Contributing

Refer to the Contributing guidelines.

Changelog

License

Apache 2.0