polymer-simple-slider

Simple examples of how to use the web component provided on
https://github.com/ruyadorno/polymer-simple-slider


Simple usage


<simple-slider style="width:612px; height:612px">
    <img src="http://placekitten.com/g/612/612"/>
    <img src="https://unsplash.it/612/612/?random=0"/>
    <img src="https://unsplash.it/612/612/?random=1"/>
    <img src="https://unsplash.it/612/612/?random=2"/>
</simple-slider>
        

More examples