Carousel

A lightweight carousel that works with mobile gestures. You can customize this and have as many as you like on the page. It is also fully accessible too.

1 2 3 4 5 test testing
<carousel>
   <carousel-item>               
      1
   </carousel-item>
   <carousel-item>               
      2
   </carousel-item>
</carousel>
<carousel>
   <carousel-item>               
      test
   </carousel-item>
   <carousel-item>               
      testing
   </carousel-item>
</carousel>

Note requires javascript. Vue 2.0