@hamedg/vue3-persian-datepicker
v1.1.3
Published
A datepicker component for select date (vue 3)
Downloads
62
Maintainers
Readme
Vue3 Persian Datepicker
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
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
yarn add @alireza-ab/vue3-persian-datepicker
or
npm i @alireza-ab/vue3-persian-datepicker
Usage
import DatePicker from '@alireza-ab/vue3-persian-datepicker';
Vue.createApp({
components: { DatePicker },
}).mount('#app');
<DatePicker />
License
Vue Persian Datepicker is available under the MIT license.