chore: remove storybook

This commit is contained in:
Eric Liu 2020-10-14 16:23:44 -07:00
commit 378fe06e03
116 changed files with 103 additions and 14249 deletions

View file

@ -1,8 +0,0 @@
<script>
import { NumberInput } from "../NumberInput";
import FormItem from "./FormItem.svelte";
</script>
<FormItem>
<NumberInput id="number-input-1" />
</FormItem>

View file

@ -1,6 +0,0 @@
import { withKnobs } from "@storybook/addon-knobs";
import Component from "./FormItem.Story.svelte";
export default { title: "FormItem", decorators: [withKnobs] };
export const Default = () => ({ Component });