Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-hotkey-chooser

ctxhou16MIT0.3.0TypeScript support: included

React hotkey chooser

readme

react-hotkey-chooser

React hotkey chooser

NPM JavaScript Style Guide

Install

npm install --save react-hotkey-chooser

Usage

import * as React from 'react'

import HotkeyChooser from 'react-hotkey-chooser'

class Example extends React.Component {
  render () {
    return (
      <HotkeyChooser />
    )
  }
}

License

MIT © ctxhou