Web component for displaying items in calendar view
[ This description is mirrored from README.md at github.com/onuridrisoglu/calendar-component on 2019-05-10 ]
<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>
Install
Framework Support
Polymer 2.0+
Browser Independent
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.0.0
Dependencies
- polymer#^2.0.0
- vaadin-button#vaadin/vaadin-button#^2.1.0
- vaadin-icons#vaadin/vaadin-icons#^4.2.0
- vaadin-text-field#vaadin/vaadin-text-field#^2.1.2
- iron-resizable-behavior#^2.1.1
- iron-icon#^2.0.1