/calendar-component

Web component for displaying items in calendar view

Primary LanguageHTMLApache License 2.0Apache-2.0

<calendar-component>

Web component for displaying items in calendar view

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

Demo

<calendar-component active-date="2018-08-01" items='[{"date":"2018-08-08T20:00","subject":"Meeting", "theme" : "primary"}, {"date":"2018-08-14T12:30","subject":"Dentist Appointment", "theme" : "contrast primary"}, {"date":"2018-08-24T19:30","subject":"Dinner with Friends", "theme" : "success primary"}]'></calendar-component>