Vue Persian Datepicker

A datepicker component for select persian date, that created with Vue 2.

This supports single dates and date range selections. It's very customizable and easily for use.

Also, you can select the date with keyboard. use arrows keys or typing the date.

the next version will made with Vue 3 and so cool features.

            
npm i @alireza-ab/vue-persian-datepicker
            
        
            
<date-picker v-model="date" clearable></date-picker>
            
        
Output: {{date.test}}
            
<date-picker :column="1" mode="single"></date-picker>
            
        
            
<date-picker :modal="true" type="time"></date-picker>
            
        
            
<date-picker locale="en,fa" color="red"></date-picker>
            
        

select date with arrows keys

select date with arrows keys

select date with typing

select date with typing