chore: rewrite existing shared/ui stories using snippet template pattern

This commit is contained in:
Ilia Mashkov
2026-02-22 11:25:02 +03:00
parent 30bbfa7e11
commit 0c8b8e989f
15 changed files with 403 additions and 304 deletions

View File

@@ -29,5 +29,7 @@ const { Story } = defineMeta({
</script>
<Story name="Default">
<Loader />
{#snippet template(args)}
<Loader {...args} />
{/snippet}
</Story>