0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript2,542 forks (2,542 forks)user submission
HacktoberfestHelp WantedTech/ReactTech/TypescriptUp for grabsv1
Repository metrics
- Stars
- 26,187 stars (26,187 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Keyboard navigation is needed in general. This issue tracks the need to be able to use the sidebar with just a keyboard. E.g.
- Select board to view
- Activate board actions menu
- Add new board
- Settings menu
- Etc.
Contributor guide
- Research direction
- Study the sidebar component structure and implement keyboard navigation using arrow keys, Enter, and Space for actions like selecting a board, opening menu, etc. Refer to WAI ARIA best practices for menu navigation.
- Tech stack
- typescriptreact
- Domain
- frontendaccessibility
- Issue type
- Feature
- Prerequisites
- ReactTypeScriptAccessibility basics