add shadcn alert dialog

This commit is contained in:
2026-02-06 04:19:32 -08:00
parent 068616681e
commit 151f597b88
16 changed files with 338 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { AlertDialog as AlertDialogPrimitive } from "bits-ui";
let { ...restProps }: AlertDialogPrimitive.PortalProps = $props();
</script>
<AlertDialogPrimitive.Portal {...restProps} />