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,10 +0,0 @@
|
|||
<script>
|
||||
import Link from "./Link.svelte";
|
||||
|
||||
$: ref = null;
|
||||
$: ref && console.log(ref);
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<Link {...$$props} bind:ref>Link</Link>
|
||||
</div>
|
|
@ -1,14 +0,0 @@
|
|||
import { withKnobs, boolean, text } from "@storybook/addon-knobs";
|
||||
import Component from "./Link.Story.svelte";
|
||||
|
||||
export default { title: "Link", decorators: [withKnobs] };
|
||||
|
||||
export const Default = () => ({
|
||||
Component,
|
||||
props: {
|
||||
href: text("The link href (href)", "#"),
|
||||
inline: boolean("Use the in-line variant (inline)", false),
|
||||
disabled: boolean("Disabled (disabled)", false),
|
||||
visited: boolean("Allow visited styles", false),
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue