@cafebazaar/emrooz
Version:
Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.
41 lines (30 loc) • 904 B
Markdown
# 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
<script setup>
import { ref } from 'vue';
import { EMDatePicker } from '@cafebazaar/emrooz';
import '@cafebazaar/emrooz/dist/style.css';
const value = ref(null)
</script>
<template>
<EMDatePicker v-model="value" />
</template>
```
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