/ReactArrowHandler

Allows you to handle arrow events on any component with event customization

Primary LanguageJavaScript

ReactArrowHandler

Allows you to handle arrow events on any component with event customization

<ReactArrowHandler left={()=> console.log('left pressed')}><div>Hello</div></ReactArrowHandler>