The Vue day picker
component that presents dates
in a calendar format.
April 2025
Su | Mo | Tu | We | Th | Fr | Sa |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
You picked 2025-04-24
Installation
pnpm add vue-day-calendar dayjs
Example
<script setup lang="ts">
import 'vue-day-calendar/style.css'
import VueDayCalendar from 'vue-day-calendar'
</script>
<template>
<VueDayCalendar/>
</template>