Add initial Code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<script lang="ts" setup>
|
||||
import type { RangeCalendarGridBodyProps } from "reka-ui"
|
||||
import { RangeCalendarGridBody } from "reka-ui"
|
||||
|
||||
const props = defineProps<RangeCalendarGridBodyProps>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<RangeCalendarGridBody v-bind="props">
|
||||
<slot />
|
||||
</RangeCalendarGridBody>
|
||||
</template>
|
||||
Reference in New Issue
Block a user