Allows you to handle arrow events on any component with event customization
<ReactArrowHandler left={()=> console.log('left pressed')}><div>Hello</div></ReactArrowHandler>
Allows you to handle arrow events on any component with event customization
JavaScript