Datepicker component for Vue 3
npm install guestcentric-vue-datepicker  !Downloads  !CI

- Single date picker
- Range date picker
- Time picker
- Month picker
- Year picker
- Quarter picker
- Week picker
- Multiple dates select
- Multiple calendars
- Text input
- UTC support
- Timezones
- Locale support
- Week numbers
- Custom v-model
- Dark and light theme
- SSR support
- Highly configurable
- Accessible
- Included type definitions
``shellnpm
npm install @vuepic/vue-datepicker
$3
Global
`js
import { createApp } from 'vue';
import App from './App.vue';import VueDatePicker from '@vuepic/vue-datepicker';
import '@vuepic/vue-datepicker/dist/main.css';
const app = createApp(App);
app.component('VueDatePicker', VueDatePicker);
`Local
`vue
``As you may know, maintaining an open-source project is a very time-consuming job. Your support is very appreciated ❤️
Please ⭐️ this repository if you like the component!
You can also make a financial contribution via sponsoring this project or one time donation. Become a sponsor
Special thanks to our sponsors 🙏
Thanks to all people who contributed to the project 🙏
This project follows SemVer specification
Copyright © 2021-present Vuepic