Web component for displaying items in calendar view
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your element locally.
$ polymer serve
$ 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.
<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>