Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

multi-item responsive carousel for angular material

I'm trying to create a multi item responsive slider in AngularJS. I'm familiar with Owl Carousel (https://owlcarousel2.github.io/OwlCarousel2/) and Slick Slider (http://kenwheeler.github.io/slick/), but both use jQuery and I want something without jQuery.

Please suggest any directives or sliders, or any other easy way to do it.

I want to achieve the following output:

enter image description here

Thanks!

like image 449
William Scott Avatar asked May 27 '17 09:05

William Scott


2 Answers

I have created on multi item carousal that is available on github

You can see demo here

screenshot

like image 99
Lijo Avatar answered Sep 21 '22 11:09

Lijo


@William:

You can use angular carousel which is pretty much similar of owl carousel.

Here is the link for its demo.

Hope this will be helpful for you.

like image 43
yugantar kumar Avatar answered Sep 22 '22 11:09

yugantar kumar