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!

Alexandre Aimbiré
  • 1,494
  • 2
  • 14
  • 26
William Scott
  • 319
  • 1
  • 5
  • 14

3 Answers3

5

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

You can see demo here

screenshot

GROX13
  • 4,605
  • 4
  • 27
  • 41
Lijo
  • 6,498
  • 5
  • 49
  • 60
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.

Wiil
  • 629
  • 3
  • 8
  • 22
yugantar kumar
  • 1,982
  • 1
  • 23
  • 33
  • 1
    Thank you for your quick response, but i think the carousel you mentioned is not multi item – William Scott May 27 '17 at 10:10
  • @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 http://plnkr.co/edit/oVRYCfaMeRW5a54nzmem?p=preview – yugantar kumar May 27 '17 at 10:21
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.

Alexandre Aimbiré
  • 1,494
  • 2
  • 14
  • 26