1.2.1 • Published 6 months ago

swiftcal2 v1.2.1

Weekly downloads
-
License
LGPL-3.0-only
Repository
github
Last release
6 months ago

Published on webcomponents.org

SwiftCal2

SwiftCal2 is a calendar, date picker and time picker. It allows multiple ranges and times to be selected and preselected.

<h3>An example of a web component calendar with three months:</h3>
<swift-cal data-number-of-months-to-display='3'></swift-cal>
<h3>A calendar generated from js:</h3>
<div class='eg'></div>
<script>
  new calendar.SwiftCal();
  cal.generateCalendar({ 
    parentDiv: '.eg', 
    numberOfMonthsToDisplay: 3,
    displayTimeChooserModal: false
  });
</script>

A few more examples can be found here:

https://codepen.io/tomasMetcalfe/pen/PoXRQKJ

Some docs and explanations are here:

https://festinalente.github.io/SwiftCal2/

Contribute

To contribute, simply git clone the repo, then on your machine run "npm install" in that directory, then run grunt watch and start hacking away. The quickest way to then see changes is to copy index.html in the root to another html file, and open that file in a browser.

Contributions wanted:

Languages come to mind... I have added English (enGb) and Portuguese (ptPt), others are welcome. See "languages.js in the folder "proBundlingJS"

1.2.0

6 months ago

1.2.1

6 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.6

7 months ago

1.1.4

7 months ago

1.0.5

7 months ago

1.1.3

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago