mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: remove storybook
This commit is contained in:
parent
856086dc71
commit
378fe06e03
116 changed files with 103 additions and 14249 deletions
|
@ -1,5 +0,0 @@
|
|||
<script>
|
||||
import Loading from "./Loading.svelte";
|
||||
</script>
|
||||
|
||||
<Loading {...$$props} />
|
|
@ -1,14 +0,0 @@
|
|||
import { withKnobs, boolean, text } from "@storybook/addon-knobs";
|
||||
import Component from "./Loading.Story.svelte";
|
||||
|
||||
export default { title: "Loading", decorators: [withKnobs] };
|
||||
|
||||
export const Default = () => ({
|
||||
Component,
|
||||
props: {
|
||||
active: boolean("Active (active)", true),
|
||||
withOverlay: boolean("With overlay (withOverlay)", false),
|
||||
small: boolean("Small (small)", false),
|
||||
description: text("Description (description)", "Active loading indicator"),
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue