Skip to content

A simple UI Component that uses @howbizarre/vue-month-calendar NPM package to visualize a month of a year. Based on Vue, Tailwindcss and Typescript.

Notifications You must be signed in to change notification settings

howbizarre/month-calendar

Repository files navigation

Month Calendar Vue component with Tailwind

A simple UI Component to visualize a month of a year.

You can revert the month till the end of time in any direction and return back to the present.

Dependency

Frameworks

Install

First clone repository then:

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build