-
Notifications
You must be signed in to change notification settings - Fork 53
Getting Started
PIGNOSE edited this page Apr 20, 2017
·
11 revisions
PIGNOSE Calendar is a most beautiful plugin of datepicker.
This document describe how do i install this plugin
and how do i use it.
If you use NPM.
You are lucky man.
It will be very simple and easy to install.
- Open a terminal or console and type the command.
$ npm install pg-calendar
- Add snippet on your
head
tag in HTML.
<link rel="stylesheet" href="node_modules/pg-calendar/dist/css/pignose.calendar.min.css" />
<script src="node_modules/pg-calendar/dist/js/pignose.calendar.min.js"></script>
-
Download zip file from this link.
-
Add snippet on your
head
tag in HTML.
<link rel="stylesheet" href="node_modules/pg-calendar/dist/css/pignose.calendar.min.css" />
<script src="node_modules/pg-calendar/dist/js/pignose.calendar.min.js"></script>