https://github.com/carlacrandall/react-calendar
Displays events for a public Google calendar, with keyboard functionality and screen reader support.
https://github.com/carlacrandall/react-calendar
accessibility javascript react screen-reader
Last synced: 19 days ago
JSON representation
Displays events for a public Google calendar, with keyboard functionality and screen reader support.
- Host: GitHub
- URL: https://github.com/carlacrandall/react-calendar
- Owner: CarlaCrandall
- License: mit
- Created: 2017-03-31T16:05:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T14:39:22.000Z (about 9 years ago)
- Last Synced: 2025-10-14T18:48:51.147Z (8 months ago)
- Topics: accessibility, javascript, react, screen-reader
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Accessible React Calendar
===================
## Keyboard Shortcuts
|To do this... |Press this... |
|--- |--- |
|Switch to the calendar |C key |
|Switch to the event list |E key |
|Navigate to the previous or next day |LEFT and RIGHT arrow keys |
|Navigate to the previous or next week |UP and DOWN arrow keys |
|Navigate to the previous or next month |PAGEDOWN and PAGEUP keys |
|Jump to the beginning or end of the week |HOME and END keys |
|Jump to the beginning or end of the month |CTRL + HOME and CTRL + END keys |
## Screen Readers
The Accessible React Calendar has been tested with the following screen reader and browser combinations:
|Screen Reader |Browser |
|--- |--- |
|Jaws |IE10+ |
|NVDA |Firefox |
|Window-Eyes |IE10+ |
|Window-Eyes |Edge |
|VoiceOver |Safari OS X |
|VoiceOver |Safari iOS |