Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotData not working #80

Open
ahmed9497 opened this issue Oct 8, 2020 · 0 comments
Open

dotData not working #80

ahmed9497 opened this issue Oct 8, 2020 · 0 comments

Comments

@ahmed9497
Copy link

ahmed9497 commented Oct 8, 2020

when use dotData as well as dotsData its not working .I Want to add pagination instead of dots.
Capture

<OwlCarousel
className="owl-theme"
// loop={true}
margin={10}
nav={true}
navText={["

","
"]}
items={1}
dots={true}
dotData={true}
//dotsData={true}
autoplay={true}
autoplayTimeout={6000}

        >
           
            <div  className="item" data-dot="<button>01</button>">
            <img src={require("../../assests/images/img1.png")}/>
            </div>
            <div  className="item" data-dot="<button>01</button>" >
            <img src={require("../../assests/images/img1.png")}/>
            </div>
            <div  className="item" data-dot="<button>01</button>">
            <img src={require("../../assests/images/img1.png")}/>
            </div>
           
          

        </OwlCarousel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant