https://github.com/cafebazaar/emroozjs
Multilingual Persian/Gregorian Calendar for Vue3
https://github.com/cafebazaar/emroozjs
calendar date datepicker jalali rangepicker
Last synced: 3 months ago
JSON representation
Multilingual Persian/Gregorian Calendar for Vue3
- Host: GitHub
- URL: https://github.com/cafebazaar/emroozjs
- Owner: cafebazaar
- Created: 2021-10-18T10:46:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T13:27:25.000Z (about 2 years ago)
- Last Synced: 2025-01-30T00:47:51.540Z (4 months ago)
- Topics: calendar, date, datepicker, jalali, rangepicker
- Language: Vue
- Homepage: https://emroozjs.netlify.app/
- Size: 7.98 MB
- Stars: 37
- Watchers: 7
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.

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