add shadcn components for use in HabitGrid

This commit is contained in:
hiperman
2026-02-25 01:22:45 -05:00
parent 3b9c179643
commit ad3690a07e
142 changed files with 3493 additions and 0 deletions
@@ -0,0 +1,7 @@
<script lang="ts">
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
let { open = $bindable(false), ...restProps }: ContextMenuPrimitive.SubProps = $props();
</script>
<ContextMenuPrimitive.Sub bind:open {...restProps} />