Keyboard shortcuts and accessibility

This commit is contained in:
Scott Nonnenberg
2019-11-07 13:36:16 -08:00
parent 8590a047c7
commit 20a892247f
87 changed files with 3652 additions and 711 deletions

View File

@@ -0,0 +1,7 @@
```jsx
<util.ConversationContext theme={util.theme}>
<div style={{ position: 'relative', height: '500px', width: '600px; }}>
<ShortcutGuide i18n={util.i18n} />
</div>
</util.ConversationContext>
```