Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@cafebazaar/emrooz

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cafebazaar/emrooz

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

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
8
-65.22%
Maintainers
4
Weekly downloads
 
Created
Source

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

Keywords

vue

FAQs

Package last updated on 27 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts