mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat: initial commit
This commit is contained in:
parent
bde7dd644f
commit
72dc38ea56
119 changed files with 14925 additions and 1 deletions
67
README.md
67
README.md
|
@ -1,2 +1,67 @@
|
|||
# carbon-components-svelte
|
||||
Svelte implementation of the Carbon Design System
|
||||
|
||||
> [🚧🚧🚧 UNDER CONSTRUCTION] Svelte implementation of the Carbon Design System
|
||||
|
||||
This library is a work in progress.
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||
```html
|
||||
<script>
|
||||
import { Tag } from 'carbon-components-svelte';
|
||||
</script>
|
||||
|
||||
<Tag>Text</Tag>
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
[Placeholder]
|
||||
|
||||
## [Changelog](CHANGELOG.md)
|
||||
|
||||
## License
|
||||
|
||||
[Apache 2.0](LICENSE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue