2.3.2 • Published 2 years ago

@alireza-ab/vue-persian-datepicker v2.3.2

Weekly downloads
41
License
MIT
Repository
github
Last release
2 years ago

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.