React hotkey chooser
npm install react-hotkey-chooser> React hotkey chooser
 
``bash`
npm install --save react-hotkey-chooser
`tsx
import * as React from 'react'
import HotkeyChooser from 'react-hotkey-chooser'
class Example extends React.Component {
render () {
return (
)
}
}
``
MIT © ctxhou