mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: remove storybook
This commit is contained in:
parent
856086dc71
commit
378fe06e03
116 changed files with 103 additions and 14249 deletions
|
@ -1,8 +0,0 @@
|
|||
<script>
|
||||
import { NumberInput } from "../NumberInput";
|
||||
import FormItem from "./FormItem.svelte";
|
||||
</script>
|
||||
|
||||
<FormItem>
|
||||
<NumberInput id="number-input-1" />
|
||||
</FormItem>
|
|
@ -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 });
|
Loading…
Add table
Add a link
Reference in a new issue