KennethanCeyer / pg-calendar

:calendar: beautiful and eidetic date picker
http://www.pigno.se/barn/PIGNOSE-Calendar
MIT License
128 stars 53 forks source link
calendar datepicker datetime design jquery jquery-plugin moment plugin pretty simple ui ui-components

PIGNOSE Calendar :date:

Beautiful and eidetic jQuery date picker plugin

NPM

Build Status Coverage Status codecov

npm version npm downloads GitHub license Join the chat at https://gitter.im/KennethanCeyer/PIGNOSE

:clap: Getting started

PIGNOSE-Calendar helps you to make simple and eidetic datepicker with jQuery.

This datepicker supports responsive display and mobile environment.

Check demo page

PIGNOSE-Calendar

:page_with_curl: Documentation

Check :book: GitHub wiki.

or :package: Codepen.io collection

:package: Installation

npm

$ npm install pg-calendar

yarn

$ yarn add pg-calendar

:triumph: Usage

Check dist/ folder on this repository.

  1. Install from git.

    $ git clone git@github.com:KennethanCeyer/PIGNOSE-Calendar.git
  2. Check distributed folder.

    $ cd ./PIGNOSE-Calendar/dist
    $ ls -al
  3. Insert snippets at <head> tag of your html file.

    <script src="https://github.com/KennethanCeyer/pg-calendar/raw/master/dist/js/pignose.calendar.min.js"></script>
    <link type="text/css" href="https://github.com/KennethanCeyer/pg-calendar/blob/master/dist/css/pignose.calendar.min.css" />

:space_invader: Test

Current version supports unit tests by using mocha and chai.

# install all dependencies including devdependencies
$ npm install

# run test script of package.json
$ npm test

:beer: Overview

See our features which we are supported

:octocat: Contributors

We welcome your support, You can support to notice by send me github issue or using gitter.

Languages

Join in contribution

Please move to Contribution section.

:triangular_flag_on_post: Roadmap

1.4.x

1.5.x

1.6.x

:mag: License

FOSSA Status

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.