Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/alireza-ab/vue-persian-datepicker

A datepicker component for select Persian date
https://github.com/alireza-ab/vue-persian-datepicker

datepicker datepicker-component javascript persian-datepicker vue vue-datepicker vue-persian-datepicker

Last synced: about 2 months ago
JSON representation

A datepicker component for select Persian date

Lists

README

        

# 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.