feat:use dynamic sheet for findpreview

This commit is contained in:
2025-10-16 17:41:00 +02:00
parent aea324988d
commit bee03a57ec
10 changed files with 547 additions and 176 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { Dialog as SheetPrimitive } from 'bits-ui';
let { ref = $bindable(null), ...restProps }: SheetPrimitive.CloseProps = $props();
</script>
<SheetPrimitive.Close bind:ref data-slot="sheet-close" {...restProps} />