Directory

← Back

calendar-component

Web component for displaying items in calendar view

Author

Contributors

Rating

[ 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>

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

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
Released
2018-10-16
Maturity
IMPORTED
License
Apache License 2.0

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent
Online