Skip to content

Commit

Permalink
add RadioGroup component
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Mar 8, 2021
1 parent f97194f commit 2b11456
Show file tree
Hide file tree
Showing 6 changed files with 1,091 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@headlessui-react/src/components/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export enum Keys {
Escape = 'Escape',
Backspace = 'Backspace',

ArrowLeft = 'ArrowLeft',
ArrowUp = 'ArrowUp',
ArrowRight = 'ArrowRight',
ArrowDown = 'ArrowDown',

Home = 'Home',
Expand Down
Loading

0 comments on commit 2b11456

Please sign in to comment.