brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 164 forks source link

Feature/add classNames for relative position to active slide #671

Open strindhaug opened 3 years ago

strindhaug commented 3 years ago

Implementing the feature described in https://github.com/brainhubeu/react-carousel/issues/670

Adding

strindhaug commented 3 years ago

I added two simple tests, thinking the build failed because there was no test coverage or something... But now I see that its some other errors that seems unrelated to my PR that is the problem.

No idea how I'm supposed to fix this error in "test":

The DANGER_GITHUB_API_TOKEN/DANGER_BITBUCKETSERVER_HOST/DANGER_GITLAB_API_TOKEN environmental variable is missing Without an api token, danger will be unable to comment on a PR

And the missing password in "deploy_test_environment".

Seems like there is some configuration errors.