YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.3k stars 292 forks source link

Style not applied on React using "containerClass" #215

Closed simo54 closed 3 years ago

simo54 commented 3 years ago

Describe the bug Cannot style carousel component in React

To Reproduce Reproduce code in Common Usage here

Expected behavior Application of background color on the carousel container

Screenshots test

Desktop (please complete the following information):

Reproduction https://codesandbox.io/s/laughing-beaver-qmu18?file=/src/App.js for testing. Tried to apply styling for testing but without success.

simo54 commented 3 years ago

I managed to solve this using containerClass property and assign a style class colour on that.