Richard Boneff-Peng

Results 3 comments of Richard Boneff-Peng

Here's a stripped down version of how I integrated this with React: ``` 'use client' import {useState, useRef, useEffect} from "react"; // @ts-ignore import {Wheel} from 'spin-wheel/dist/spin-wheel-esm' interface WheelItem {...