From f7b3dd926cceef6d3bec70840e4bce06ddcc95a0 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 15 Dec 2019 15:31:59 -0800 Subject: [PATCH] chore: formatting [ci skip] --- README.md | 8 +------- src/components/RadioButton/RadioButton.stories.js | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f721b6f8..1dd0fef1 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/components/RadioButton/RadioButton.stories.js b/src/components/RadioButton/RadioButton.stories.js index 849f91a3..7a7997b5 100644 --- a/src/components/RadioButton/RadioButton.stories.js +++ b/src/components/RadioButton/RadioButton.stories.js @@ -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',