feat(material): add prototype dialog component w/ demo.

This commit is contained in:
Jeremy Elbourn
2015-04-28 10:56:33 -07:00
parent 75da6e4c4a
commit f88c4b77ca
10 changed files with 456 additions and 4 deletions

View File

@ -1,6 +1,7 @@
// TODO: switch to proper enums when we support them.
// Key codes
export const KEY_ESC = 27;
export const KEY_SPACE = 32;
export const KEY_UP = 38;
export const KEY_DOWN = 40;