IvanAdmaers / react-roulette-pro

The best React roulette
https://react-roulette-pro.ivanadmaers.com/
MIT License
63 stars 15 forks source link

Change background color #26

Closed Fabio-Morais closed 1 year ago

Fabio-Morais commented 1 year ago

How could I change the background color? There is some example for that?

IvanAdmaers commented 1 year ago

Hi, @Fabio-Morais. You should take a look on the props section. There is a prop called classes which might be used for setting custom css classes for this roulette.

Example:

      <RoulettePro
        prizes={prizeList}
        prizeIndex={prizeIndex}
        start={start}
        onPrizeDefined={handlePrizeDefined}
        classes={{
            wrapper: 'my-custom-css-class-for-the-roulette-wrapper',
        }}
      />
IvanAdmaers commented 1 year ago

I'm closing this due to no activity. If you have questions feel free to open a new issue.