Skip to content

Commit

Permalink
Add a story example for visual preview/test
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Dec 14, 2024
1 parent 54d04d9 commit 0baf4bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/stories/LegacyStory.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@
<Story name="Square" source args={{ rounded: false }}>
{'Test'}
</Story>

<Story
name="TemplateLiterals"
source={`
<LegacyStory rounded={false} />
`}
args={{ rounded: false }}
>
{'Test'}
</Story>

0 comments on commit 0baf4bc

Please sign in to comment.