Reputation: 319
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:
Thanks!
Upvotes: 7
Views: 32288
Reputation: 6788
I have created on multi item carousal that is available on github
You can see demo here
Upvotes: 5
Reputation: 1642
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.
Upvotes: 0
Reputation: 2052
@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.
Upvotes: 1