mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: formatting [ci skip]
This commit is contained in:
parent
b63e62e6f1
commit
f7b3dd926c
2 changed files with 2 additions and 8 deletions
|
@ -1,17 +1,11 @@
|
|||
# carbon-components-svelte
|
||||
|
||||
> 🚧🚧🚧 UNDER CONSTRUCTION
|
||||
> 🚧 UNDER CONSTRUCTION
|
||||
|
||||
> Svelte implementation of the Carbon Design System
|
||||
|
||||
> 🚧🚧🚧
|
||||
|
||||
## [Storybook](https://ibm.github.io/carbon-components-svelte)
|
||||
|
||||
## Getting Started
|
||||
|
||||
[Placeholder]
|
||||
|
||||
## Supported Components
|
||||
|
||||
Currently, the following components are supported:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { withKnobs, text, select, boolean } from '@storybook/addon-knobs';
|
||||
import Component from './RadioButton.Story.svelte';
|
||||
|
||||
export default { title: 'Radio Button', decorators: [withKnobs] };
|
||||
export default { title: 'RadioButton', decorators: [withKnobs] };
|
||||
|
||||
const labelPositions = {
|
||||
'Left (left)': 'left',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue