forked from lapikud/lapikud.github.io
components and tailwind rework
This commit is contained in:
16
src/stories/Svg.stories.svelte
Normal file
16
src/stories/Svg.stories.svelte
Normal file
@@ -0,0 +1,16 @@
|
||||
<script context="module">
|
||||
import { defineMeta } from '@storybook/addon-svelte-csf';
|
||||
import Svg from '../components/Svg.svelte';
|
||||
|
||||
const { Story } = defineMeta({
|
||||
title: 'Components/Svg',
|
||||
component: Svg,
|
||||
});
|
||||
</script>
|
||||
|
||||
<Story name="connector" args={{ type: 'connector' }} />
|
||||
<Story name="mirrorV" args={{ type: 'mirrorV' }} />
|
||||
<Story name="mirrorH" args={{ type: 'mirrorH' }} />
|
||||
<Story name="mirrorVH" args={{ type: 'mirrorVH' }} />
|
||||
<Story name="branch" args={{ type: 'branch' }} />
|
||||
<Story name="branchH" args={{ type: 'branchH' }} />
|
||||
Reference in New Issue
Block a user