feat(shadcn): add new shadcn components

This commit is contained in:
Ilia Mashkov
2026-01-02 11:12:29 +03:00
parent fcc266f3a5
commit 4a283213d4
19 changed files with 308 additions and 0 deletions

View File

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