This module is not yet compatible with Nuxt 3
Head over to v2.nuxt.com
@alireza-ab/vue-persian-datepicker
@alireza-ab/vue-persian-datepicker
A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)
Vue Persian Datepicker
A datepicker component for select persian date. It's very customizable and easily for use.
Features
- nuxt support
- single and range selection
- select date and time
- select with keyboard
- customizable style
- localization
Documentation
For full documentation and examples, visit https://alireza-ab.ir/datepicker
Install
npm i @alireza-ab/vue-persian-datepicker
Usage
import datePicker from "@alireza-ab/vue-persian-datepicker";
new Vue({
components: { datePicker },
el: "#app",
});
<date-picker></date-picker>
License
Vue Persian Datepicker is available under the MIT license.