additional shadcn components

This commit is contained in:
2026-02-09 22:30:48 -08:00
parent 4e680c6697
commit 9126e34f38
27 changed files with 485 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { Drawer as DrawerPrimitive } from "vaul-svelte";
let { ref = $bindable(null), ...restProps }: DrawerPrimitive.CloseProps = $props();
</script>
<DrawerPrimitive.Close bind:ref data-slot="drawer-close" {...restProps} />