📦 Add Sheet UI component

This commit is contained in:
pheralb
2025-09-05 11:07:09 +01:00
parent 3a11cd3d31
commit d3e92602c1
10 changed files with 215 additions and 0 deletions
@@ -0,0 +1,8 @@
<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} />