Skip to content

Conversation

@krishivsaini
Copy link
Contributor

  • Add useFocusTrap hook for modal focus management
  • Add useEscapeKey hook for keyboard navigation
  • Add useScreenReaderAnnounce for ARIA live regions
  • Add useAutoFocus for focus management
  • Add VisuallyHidden component for screen readers
  • Add SkipLink component for keyboard users
  • Improve WCAG 2.1 compliance
  • Better keyboard navigation support

- Add useFocusTrap hook for modal focus management
- Add useEscapeKey hook for keyboard navigation
- Add useScreenReaderAnnounce for ARIA live regions
- Add useAutoFocus for focus management
- Add VisuallyHidden component for screen readers
- Add SkipLink component for keyboard users
- Improve WCAG 2.1 compliance
- Better keyboard navigation support
@vercel
Copy link

vercel bot commented Oct 29, 2025

@krishivsaini is attempting to deploy a commit to the katalkavya96's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

Thanks for the PR, @krishivsaini!

Quick note: please sign off your commits to pass the DCO check.

Fix (any one):

git commit --amend -s     # adds 'Signed-off-by' to your last commit
git push --force-with-lease

Multiple commits?

git rebase -i origin/main     # mark each as 'reword' and add -s
git push --force-with-lease

What is DCO? See https://developercertificate.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants