puranjayjain / md-date-time-picker

An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
https://puranjayjain.github.io/md-date-time-picker
Other
275 stars 77 forks source link

Need help to use it with Polymer 2. #218

Open amanshu-kataria opened 7 years ago

amanshu-kataria commented 7 years ago

I want to use it in my Polymer 2 application. Do you have any idea how to use it with Polymer 2?

There's no time-picker available in web-components. If you could create the same for web-components, it would be really very useful to many developers.

puranjayjain commented 7 years ago

@amanshu-kataria aren't these good? or are they not compatible with polymer 2 https://www.webcomponents.org/element/bendavis78/paper-date-picker https://www.webcomponents.org/element/vaadin/vaadin-date-picker

amanshu-kataria commented 7 years ago

@puranjayjain these are the date pickers not time pickers. paper-time-picker is not compatible with Polymer 2.

puranjayjain commented 7 years ago

oh that's a problem, I currently don't have any plans to make a time picker I'll update here if I do.