Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented tooltip system for keyboard navigation #47

Conversation

VanshDobhal
Copy link
Contributor

@VanshDobhal VanshDobhal commented Dec 21, 2024

  • Added a tooltip system to improve accessibility for keyboard navigation.
  • Included tooltips for arrow keys, Tab/Shift+Tab, and Enter key functionalities.
  • Ensured the tooltips are color-blind friendly.

Changes Made

  • Created Tooltip.js and Tooltip.css for reusable tooltip components.
  • Modified ExcelClone.js to integrate the tooltip system.

Screenshots

image
Screenshot 2024-12-21 160333
Screenshot 2024-12-21 160344

Related Issues

@VanshDobhal
Copy link
Contributor Author

@mrinal1224 Please can you review this

@mrinal1224 mrinal1224 merged commit 19a5473 into Scaler-Innovation-Labs:master Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Title: Add Keyboard Shortcut Tooltips
2 participants