<b7-carousel>
Dependencies
Intersection Observer API
Demo
<b7-carousel style="height: 10em">
<img src="http://placekitten.com/g/640/480">
<img src="http://placekitten.com/g/480/640">
<img src="http://placekitten.com/g/600/640">
<img src="http://placekitten.com/g/300/400">
<img src="http://placekitten.com/g/200/400">
<img src="http://placekitten.com/g/500/200">
<img src="http://placekitten.com/g/640/480">
<img src="http://placekitten.com/g/480/640">
<img src="http://placekitten.com/g/600/640">
<img src="http://placekitten.com/g/300/400">
<img src="http://placekitten.com/g/200/400">
<img src="http://placekitten.com/g/500/200">
</b7-carousel>
Development guide
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.