react-custom-roulette icon indicating copy to clipboard operation
react-custom-roulette copied to clipboard

Repository for the react-custom-roulette library

Results 65 react-custom-roulette issues
Sort by recently updated
recently updated
newest added

It would be amazing, If you can implement callback function that run every time pointer pass to next option in the wheel. I want to have a sound effect that...

We have props for`fontFamily`. This font family will be fetched from https://fonts.google.com/. But what if we don't want to fetch from Google? what if we want to use our own...

I found that when you use images as items wheel will flicker on any state update.

By default, the pointer is located at the top right position of the wheel. I wonder if there's any way of changing it directly to the top of the wheel....

Tried to implement it on next, react 18 and react 17 but keeps throwing error oe[n] is undefined.

I am trying to implement the component and it works fine but in mobile view it has unwanted flickering. i tried to integrate it in my nextjs project and also...

I get this error when setting up with nextjs. please help me ![image](https://github.com/effectussoftware/react-custom-roulette/assets/108963073/0f897970-f40b-4e20-acdf-9dc42649b019)

- Enhanced cross-platform compatibility: The project now builds successfully on Windows. - Fixed the issue reported in the following GitHub issue: - #119

How can I change the pointer color? I have tried the below props, but it didn't work. ```jsx pointerProps={{ style: { caretColor: "white", }, }} ```