# Vue Persian Datepicker A datepicker component for select persian date. It's very customizable and easily for use. [![npm version](https://img.shields.io/npm/v/@alireza-ab/vue-persian-datepicker)](https://www.npmjs.com/package/@alireza-ab/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](https://alireza-ab.ir/datepicker) ![select date with vue persian datepicker](https://alireza-ab.ir/images/GIFs/selectWithArrow.gif) ### Install ```shell npm i @alireza-ab/vue-persian-datepicker ``` ### Usage ```js import datePicker from "@alireza-ab/vue-persian-datepicker"; new Vue({ components: { datePicker }, el: "#app", }); ``` ```html ``` ## License Vue Persian Datepicker is available under the [MIT](https://opensource.org/licenses/MIT) license.