1.0.5 • Published 3 years ago

basic-calendar v1.0.5

Weekly downloads
26
License
MIT
Repository
github
Last release
3 years ago

About

The basic calendar is just that, an interactive calendar that allows you to input events and allows your users to swipe through the calendar and select days. It outputs the id's of all events for the selected days so that you can process that in whatever way you want.

See the calendar in action at:

www.vetexpeditions.com

Format

Basic Calendar Input:

  • events (Array)
  • title
  • iconPath
  • Output function

-Events is an array of objects that contain at a minimum: unique field 'id' and 'scheduled_Date' in format "yyyy-mm-dd".

-Title is also required and an optional 'iconPath' which is a link or path to an image displayed in the top right.

Basic Calendar Output:

  • id's using an event emitter when a day containing events is clicked.

This can be used to route to a page or popup a dialog containing those events on the parent.

Demo

https://stackblitz.com/edit/basic-calendar-demo

Notes

You should include google API's mat icon link in your index.html

Repository

https://github.com/jordvaug/Basic-Calendar

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.7

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago