Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cafebazaar/emroozjs

Multilingual Persian/Gregorian Calendar for Vue3
https://github.com/cafebazaar/emroozjs

calendar date datepicker jalali rangepicker

Last synced: 5 days ago
JSON representation

Multilingual Persian/Gregorian Calendar for Vue3

Awesome Lists containing this project

README

        

# Emrooz

Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.

![Emrooz Calendar](https://user-images.githubusercontent.com/11475858/137792765-9812bd4f-4e88-4cb7-869b-0816eefb95c7.png)

## Installation

```
$ npm i @cafebazaar/emrooz
```
Or
```
$ yarn add @cafebazaar/emrooz
```

## Basic Usage

```js

import { ref } from 'vue';
import { EMDatePicker } from '@cafebazaar/emrooz';
import '@cafebazaar/emrooz/dist/style.css';

const value = ref(null)

```

For further and more advanced usages please visit our storybook [here](https://emroozjs.netlify.app/).

## Credit
The user interface of the calendars were designed by [Soheil Najafi
](https://twitter.com/soheilnfi) and [Farzad Mohsenvand
](https://twitter.com/farzadme)

## License
MIT