# vue-functional-calendar

> Lightweight, high-performance calendar component based on Vue.js

Latest version **3.0.0** (published 2024-07-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-functional-calendar
pnpm add vue-functional-calendar
yarn add vue-functional-calendar
bun add vue-functional-calendar
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2024-07-30 |
| First published | 2018-10-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 474 |
| Author | Manuk Minasyan |
| Maintainers | minasyans, vahmelk99 |
| Keywords | vue, calendar, component, vue-component, functional, date picker, date range, range, multiple calendars, multiple, modal calendar, modal, inline, date, change month, change year, picker, day, month, year, time, add, cli, command, keys, keyword, keywords, line, package, pkg |

## Links

- npm: https://www.npmjs.com/package/vue-functional-calendar
- Repository: https://github.com/ManukMinasyan/vue-functional-calendar
- Homepage: https://github.com/ManukMinasyan/vue-functional-calendar#readme
- Issues: https://github.com/ManukMinasyan/vue-functional-calendar/issues
- npm.io page: https://npm.io/package/vue-functional-calendar

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) ^2.5.21
- [core-js](https://npm.io/package/core-js.md) ^2.6.5

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 3.0.0 (latest) — 2024-07-30
- 2.9.99 — 2024-05-17
- 2.9.98 — 2023-05-11
- 2.9.97 — 2022-11-21
- 2.9.96 — 2022-07-03
- 2.9.95 — 2022-06-18
- 2.9.94 — 2022-06-16
- 2.9.93 — 2022-05-20
- 2.9.92 — 2022-01-10
- 2.9.91 — 2021-12-15
- 2.9.9 — 2021-12-01
- 2.9.8 — 2021-10-24
- 2.9.7 — 2021-10-24
- 2.9.6 — 2021-10-24
- 2.9.5 — 2021-07-11
- … 157 more at https://npm.io/package/vue-functional-calendar/versions

## README

<p align="center"><img src="https://raw.githubusercontent.com/ManukMinasyan/vue-functional-calendar/master/public/logo.png" width="200" /></p>

<h1 align="center">Vue Functional Calendar</h1>
<p align="center">Modern calendar and datepicker module for Vue.js</p>

[![Version](https://img.shields.io/npm/v/vue-functional-calendar.svg)](https://www.npmjs.com/package/vue-functional-calendar)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
[![Downloads](https://img.shields.io/npm/dt/vue-functional-calendar.svg)](https://www.npmjs.com/package/vue-functional-calendar)
[![Open Collective](https://img.shields.io/opencollective/all/vue-functional-calendar.svg?style=fiat)](https://opencollective.com/vue-functional-calendar#category-CONTRIBUTE)

<h2 align="center"> Sponsors</h2>
<p align="center">
<a href="https://getcopy.ai">
<img src="https://www.getcopy.ai/logo-light.svg" width="240"/>
</a>
</p>

___
<a href="https://y3jnxov469.codesandbox.io/" target="_blank">Demo</a>
<br>
<a href="https://github.com/ManukMinasyan/vue-functional-calendar" target="_blank">Read the documentation</a>

<img src="https://raw.githubusercontent.com/ManukMinasyan/vue-functional-calendar/master/public/demo.png"/>

___

* Lightweight, high-performance calendar component based on Vue.js
* Small memory usage, good performance, good style, and high scalability
* Native js development, no third-party library introduced
* Date Picker, Date Range, Multiple Calendars, Modal Calendar

___

## Install

```
npm i vue-functional-calendar --save
```
___

## Usage

```javascript
// Introduced in vue file
import { FunctionalCalendar } from 'vue-functional-calendar';
````

---
_Source: https://npm.io/package/vue-functional-calendar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
