multi-item responsive carousel for angular material [closed]
Asked Answered
E

3

7

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!

Emmuela answered 27/5, 2017 at 9:53 Comment(1)
have you implemented this one ?Contortion
C
5

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

You can see demo here

screenshot

Contortion answered 19/4, 2018 at 5:2 Comment(0)
S
1

@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.

Sybyl answered 27/5, 2017 at 10:3 Comment(2)
Thank you for your quick response, but i think the carousel you mentioned is not multi itemEmmuela
@WilliamScott: Yes, that is not for multi item. But see what I found out. Somebody made it for multi item using little customisation. Check this once if it will be helpful for you plnkr.co/edit/oVRYCfaMeRW5a54nzmem?p=previewSybyl
Y
0

I was also looking for a simple solution and found this one:

https://github.com/lifelynl/angular-carousel

As promised, it's simple and generic, and it also works like Owl Carousel or bxSlider, you can put anything inside the slides.

Yam answered 4/7, 2018 at 19:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.