A datepicker component for select persian date. It's very customizable and easily for use.
If you want to use this component with vue2, visit vue-persian-datepicker
- nuxt support
- single and range selection
- select date and time
- select with keyboard
- customizable style
- localization
For full documentation and examples, visit https://alireza-ab.ir/datepicker
yarn add @alireza-ab/vue3-persian-datepicker
or
npm i @alireza-ab/vue3-persian-datepicker
import DatePicker from '@alireza-ab/vue3-persian-datepicker';
Vue.createApp({
components: { DatePicker },
}).mount('#app');
<DatePicker />
Vue Persian Datepicker is available under the MIT license.