brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)

Home Page:https://brainhub.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My project does not have a left arrow and a right arrow

dquanghuy4444 opened this issue · comments

hi sir , i installed ur library , everything is okay but i dont see 2 arrows . i added ur code in https://brainhubeu.github.io/react-carousel/docs/examples/defaultArrows but still havent arrows . so could u solve me this issue ??
my project : https://github.com/dquanghuy4444/poshop-mobilestore
thank u so much

Same here, any plugin works for me

Ok, just found out here that the npm install is pointing to the v1, that's why it isn't working, the docs are showing the v2 but not telling people to force the install!

Just to be sure that you're in v1, try this and you'll see the arrows:

<Carousel arrows>
  <img src={imageOne} />
  <img src={imageTwo} />
  <img src={imageThree} />
</Carousel>

Install the v2 and use the docs version and it should work!

npm i @brainhubeu/react-carousel@^2.0.1

Ok, just found out here that the npm install is pointing to the v1, that's why it isn't working, the docs are showing the v2 but not telling people to force the install!

Just to be sure that you're in v1, try this and you'll see the arrows:

<Carousel arrows>
  <img src={imageOne} />
  <img src={imageTwo} />
  <img src={imageThree} />
</Carousel>

Install the v2 and use the docs version and it should work!

npm i @brainhubeu/react-carousel@^2.0.1

ok sir , it's work . thanks u <3