Hi All,
I am trying to integrate the slick.js image carousel in my web component.
I am finding my element in the local DOM in domReady event and then calling the slick method to it.
domReady: function(){
//Polymer.dom(this.$.mycarousel).slick(); - this also doesn't work
this.$.mycarousel.slick();
}
However, this doesn't work at all.
Any ideas what I am missing?
Thanks,
Chaks