effectussoftware / react-custom-roulette

Repository for the react-custom-roulette library
MIT License
312 stars 112 forks source link

How can i change the pin point? #93

Closed Kmak1234 closed 1 year ago

Kmak1234 commented 2 years ago

for example pin placed on the top of the roulette wheel , is there any option to put the pin on the top.

luchozamora1 commented 1 year ago

@Kmak1234 thank you for your question. In version 1.3.2 we've added a pointerProps prop to customize the wheel pointer.

interface PointerProps {
  src?: string; // Optional
  style?: React.CSSProperties; // Optional
}
luchozamora1 commented 1 year ago

Duplicate of #27