Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 310 Bytes

metal-keyboard-focus

Manages focus on components via keyboard events.

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

npm install
  1. Build the code:
npm run build