A datepicker component for select persian date. It's very customizable and easily for use.
- 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
npm i @alireza-ab/vue-persian-datepicker
import datePicker from "@alireza-ab/vue-persian-datepicker";
new Vue({
components: { datePicker },
el: "#app",
});
<date-picker></date-picker>
Vue Persian Datepicker is available under the MIT license.