react-responsive-carousel
react-responsive-carousel copied to clipboard
Library seems to be broken
I just downloaded the library and when I try to implement the component it seems like the carousel doesn't load CSS styles.
To reproduce:
- Install the library with yarn
- Try adding the component with images
- See that CSS doesn't get loaded
Expected behaviour The library should correctly show the slider
Screenshots

I did just download it myself, and everything works as expected. Are you sure your environment is setup correctly with a loader that loads the CSS? Using webpack and a css-loader I add import "react-responsive-carousel/lib/styles/carousel.min.css"; to the top of my file and everything works as expected.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.