Skip to content

onuridrisoglu/calendar-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web component for displaying items in calendar view

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages