William Scott
William Scott

Reputation: 319

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!

Upvotes: 7

Views: 32288

Answers (3)

Lijo
Lijo

Reputation: 6788

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

You can see demo here

screenshot

Upvotes: 5

Alexandre Aimbiré
Alexandre Aimbiré

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

yugantar kumar
yugantar kumar

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

Related Questions