feat: better components
This commit is contained in:
7
client/src/lib/ui/select/select-group.svelte
Normal file
7
client/src/lib/ui/select/select-group.svelte
Normal file
@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { Select as SelectPrimitive } from "bits-ui";
|
||||
|
||||
let { ref = $bindable(null), ...restProps }: SelectPrimitive.GroupProps = $props();
|
||||
</script>
|
||||
|
||||
<SelectPrimitive.Group data-slot="select-group" {...restProps} />
|
Reference in New Issue
Block a user