mirror of https://github.com/aotds/aotds-docks.git
4 changed files with 26 additions and 6 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
<Meta title="Output/Print/Systems/Screens" component={Screens} argTypes={{ |
||||
standard: { defaultValue: 3 }, |
||||
advanced: { defaultValue: 3 }, |
||||
}} /> |
||||
|
||||
<Story name="Primary" args={{}} /> |
||||
|
||||
<Template let:args> |
||||
<div style="width: 50em"> |
||||
<Screens {...args}/> |
||||
</div> |
||||
</Template> |
||||
|
||||
<script> |
||||
import { Meta, Template, Story } from "@storybook/addon-svelte-csf"; |
||||
|
||||
import Screens from './index.svelte'; |
||||
</script> |
Loading…
Reference in new issue