Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

OleksiiStepanov/KnockoutOwlCarousel2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnockoutOwlCarousel2

This is Knockout binding that allow you easily use Owl.Carousel 2 with observableArray and dynamic generated content.

Usage

 <div class="owl-carousel owl-theme" data-bind="owlCarousel: {data: items, options:{margin:10, nav:true }}">
    <div class="item" data-bind="text: $data"></div>    
 </div>

Live example on jsfiddle.net

owlCarousel binding has same parameters like foreach, plus extra parameter called "options".

"options" is optional parameter which contain settings to initialize owlCarousel

Enjoy

About

Knockout binding for OwlCarousel2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published