npm i react-joystick-component --save yarn add react-joystick-component import { Joystick } from 'react-joystick-component'; <Joystick size={100} sticky={true} baseColor="red" stickColor="blue" move={handleMove} stop={handleStop}></Joystick> ...