@cafebazaar/emrooz

0.1.7 • Public • Published

Emrooz

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

Emrooz Calendar

Installation

$ npm i @cafebazaar/emrooz

Or

$ yarn add @cafebazaar/emrooz

Basic Usage

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

Credit

The user interface of the calendars were designed by Soheil Najafi and Farzad Mohsenvand

License

MIT

/@cafebazaar/emrooz/

    Package Sidebar

    Install

    npm i @cafebazaar/emrooz

    Weekly Downloads

    8

    Version

    0.1.7

    License

    MIT

    Unpacked Size

    2.31 MB

    Total Files

    75

    Last publish

    Collaborators

    • _mahdude
    • amir_mousavi
    • nainemom