mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +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
|
# carbon-components-svelte
|
||||||
|
|
||||||
> 🚧🚧🚧 UNDER CONSTRUCTION
|
> 🚧 UNDER CONSTRUCTION
|
||||||
|
|
||||||
> Svelte implementation of the Carbon Design System
|
> Svelte implementation of the Carbon Design System
|
||||||
|
|
||||||
> 🚧🚧🚧
|
|
||||||
|
|
||||||
## [Storybook](https://ibm.github.io/carbon-components-svelte)
|
## [Storybook](https://ibm.github.io/carbon-components-svelte)
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
[Placeholder]
|
|
||||||
|
|
||||||
## Supported Components
|
## Supported Components
|
||||||
|
|
||||||
Currently, the following components are supported:
|
Currently, the following components are supported:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { withKnobs, text, select, boolean } from '@storybook/addon-knobs';
|
import { withKnobs, text, select, boolean } from '@storybook/addon-knobs';
|
||||||
import Component from './RadioButton.Story.svelte';
|
import Component from './RadioButton.Story.svelte';
|
||||||
|
|
||||||
export default { title: 'Radio Button', decorators: [withKnobs] };
|
export default { title: 'RadioButton', decorators: [withKnobs] };
|
||||||
|
|
||||||
const labelPositions = {
|
const labelPositions = {
|
||||||
'Left (left)': 'left',
|
'Left (left)': 'left',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue