update shadcn components
This commit is contained in:
parent
3f6ac523f8
commit
2ea45109d1
65 changed files with 268 additions and 171 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue