Skip to content

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.

Installation.

NPM

If you use NPM.
You are lucky man.
It will be very simple and easy to install.
  1. Open a terminal or console and type the command.
$ npm install pg-calendar
  1. 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 GitHub

  1. Download zip file from this link.

  2. 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>
Clone this wiki locally