(no summary available)
<flickity-slider>
A Polymer (lit-element) wrapper for Flickity.
Running locally
$ npm install
$ polymer serve
then open "http://127.0.0.1:8081/components/flickity-slider/demo/" in your browser
You can now make changes and they will reflect in the demo.
Running Tests
$ polymer serve
then open "http://127.0.0.1:8081/components/flickity-slider/test/" in your browser
Example
<flickity-slider>
<img src='https://picsum.photos/800/500/?random'>
<img src='https://picsum.photos/800/500/?random'>
<img src='https://picsum.photos/800/500/?random'>
</flickity-slider>
Install
Framework Support
Browser Independent
Install with
Run the above npm command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.0.8
Dependencies
- @polymer/lit-element#^0.6.3
- flickity#^2.1.2