Rreact-raffle-picker

Slots

Independent reels, staggered stop.

<RafflePick.Slots> — each reel spins on its own tick and locks in one at a time, left to right. Digits, letters, emoji — any charset.

000000000000000

last result →

import { RafflePick } from 'react-raffle-picker'

export function Demo() {
  return (
    <RafflePick inertia autoStart={false}>
      <RafflePick.Slots
        length={5}
        spinInterval={70}
      />
      <RafflePick.Button startLabel="Spin" stopLabel="Stop" />
    </RafflePick>
  )
}