We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, the live example looks really nice but
npm start
I don't know whats wrong but its pity that such nice looking library can not be implemented smoothly.
The text was updated successfully, but these errors were encountered:
Hi @damdafayton ! Thank you for raising this issue up.
I can't reproduce your bugs. Can you give more information?
Sorry, something went wrong.
Hi @damdafayton !
Regarding
the example in clone from repo doesn't work with npm start
It should be fixed in Issue #72
it doesn't render correctly when I install the library into my own project.
Would you like to give me some more information? I am happy to help you. 😃
Hi! I'm trying to make it work here, but no luck :( https://codesandbox.io/s/rough-silence-ggzckp?file=/src/App.js
I wasn't importing the CSS. @damdafayton maybe that was your issue too?
Yes. Currently, we need to import the CSS from the package by adding import 'react-gallery-carousel/dist/index.css';. See https://github.com/yifaneye/react-gallery-carousel#usage Adding the line at https://codesandbox.io/s/runtime-rgb-pk9mqj?file=/src/App.js makes the carousel work.
import 'react-gallery-carousel/dist/index.css';
yifaneye
damdafayton
No branches or pull requests
Hi,
the live example looks really nice but
npm start
I don't know whats wrong but its pity that such nice looking library can not be implemented smoothly.
The text was updated successfully, but these errors were encountered: