Skip to content

Instantly share code, notes, and snippets.

@nahumzs
Created January 30, 2018 22:59
Show Gist options
  • Save nahumzs/b0e01dcfa31dc24838fd56e9e7eb6c41 to your computer and use it in GitHub Desktop.
Save nahumzs/b0e01dcfa31dc24838fd56e9e7eb6c41 to your computer and use it in GitHub Desktop.
<Keyboard>
<Key code="enter" onKeyMatch={()=>{console.log('key:', 'Enter')}} />
<input type="text" />
</Keyboard>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment