Skip to content

alireza-ab/vue-persian-datepicker

Repository files navigation

Vue Persian Datepicker

A datepicker component for select persian date. It's very customizable and easily for use.

npm version

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

select date with vue persian 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.