chore: formatting [ci skip]

This commit is contained in:
Eric Liu 2019-12-15 15:31:59 -08:00
commit f7b3dd926c
2 changed files with 2 additions and 8 deletions

View file

@ -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:

View file

@ -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',