feature/comparison-slider #19

Merged
ilia merged 129 commits from feature/comparison-slider into main 2026-02-02 09:23:46 +00:00
Showing only changes of commit 0b0489fa26 - Show all commits

View File

@@ -58,7 +58,7 @@ const { Story } = defineMeta({
<script lang="ts"> <script lang="ts">
</script> </script>
{/* @ts-ignore */ null}
<Story name="With hidden content"> <Story name="With hidden content">
{#snippet children(args)} {#snippet children(args)}
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start"> <div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
@@ -70,6 +70,7 @@ const { Story } = defineMeta({
{/snippet} {/snippet}
</Story> </Story>
{/* @ts-ignore */ null}
<Story name="Disabled" args={{ disabled: true }}> <Story name="Disabled" args={{ disabled: true }}>
{#snippet children(args)} {#snippet children(args)}
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start"> <div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
@@ -82,6 +83,7 @@ const { Story } = defineMeta({
{/snippet} {/snippet}
</Story> </Story>
{/* @ts-ignore */ null}
<Story name="With badge" args={{ badge: badgeSnippet }}> <Story name="With badge" args={{ badge: badgeSnippet }}>
{#snippet children(args)} {#snippet children(args)}
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start"> <div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">