@hassanalthaf/vexlendar
v0.1.1
Published
A simple JS calendar application.
Downloads
3
Maintainers
Readme
Vexlendar - A simple calendar plugin.
Vexlendar is simple and flexible calendar plugin that allows you to implement calendars to your User Interface.
Installation
Method One (Manua):
- Clone/Download as ZIP.
- Include the
/dist/vexlendar.min.js
in the<script>
within your project.
Method Two (NPM): TBA
- Installation Command:
npm i @hassanalthaf/vexlendar
- Include the
/dist/vexlendar.min.js
in the<script>
within your project.
Usage
The source code for the above sample use-case has been included in the /demo
folder