On This Page
A date field component that allows users to enter and edit date.
The Calendar component is built on top of VCalendar.
Calendar
npx shadcn-vue@latest add calendar
<script setup lang="ts"> import { Calendar } from '@/lib/registry/default/ui/calendar' </script> <template> <Calendar /> </template>