first
This commit is contained in:
commit
0738070ce1
287 changed files with 10116 additions and 0 deletions
8
src/lib/components/ui/calendar/calendar-grid-row.svelte
Normal file
8
src/lib/components/ui/calendar/calendar-grid-row.svelte
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script>
|
||||
import { Calendar as CalendarPrimitive } from "bits-ui";
|
||||
import { cn } from "$lib/utils.js";
|
||||
|
||||
let { ref = $bindable(null), class: className, ...restProps } = $props();
|
||||
</script>
|
||||
|
||||
<CalendarPrimitive.GridRow bind:ref class={cn("flex", className)} {...restProps} />
|
Loading…
Add table
Add a link
Reference in a new issue