update shadcn components

This commit is contained in:
David Senoner 2025-05-19 15:00:16 +02:00
parent 3f6ac523f8
commit 2ea45109d1
65 changed files with 268 additions and 171 deletions

View file

@ -8,12 +8,13 @@
ref = $bindable(null),
class: className,
sideOffset = 4,
portalProps,
children,
...restProps
} = $props();
</script>
<SelectPrimitive.Portal>
<SelectPrimitive.Portal {...portalProps}>
<SelectPrimitive.Content
bind:ref
{sideOffset}