casesandberg / react-color

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
http://casesandberg.github.io/react-color/
MIT License
12.05k stars 922 forks source link

Component receive Events from props #843

Open langfan94 opened 3 years ago

langfan94 commented 3 years ago

Components only have onChange and onChangeComplete of Handling Events. But I need to handle onTouchStart or others. example: <HuePicker onTouchStart={handleTouchStart} />