mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-05-05 17:27:50 +00:00
update components
This commit is contained in:
7
website/src/lib/components/ui/sheet/sheet.svelte
Normal file
7
website/src/lib/components/ui/sheet/sheet.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { Dialog as SheetPrimitive } from "bits-ui";
|
||||
|
||||
let { open = $bindable(false), ...restProps }: SheetPrimitive.RootProps = $props();
|
||||
</script>
|
||||
|
||||
<SheetPrimitive.Root bind:open {...restProps} />
|
||||
Reference in New Issue
Block a user