awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Keyboard Navigation Utilities · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesKeyboard Navigation Utilities

Tools and frameworks for managing focus cycles and keyboard-based interaction in complex user interfaces.

Distinguishing note: Focuses specifically on programmatic keyboard focus management and reading order, distinct from general UI event handling.

Explore 2 awesome GitHub repositories matching user interface & experience · Keyboard Navigation Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Keyboard Navigation Utilities

Awesome Keyboard Navigation Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • tldraw/tldraw

    tldraw/tldraw

    45,278View on GitHub↗

    This project is a programmable, high-performance drawing engine designed for building collaborative whiteboards, diagramming tools, and infinite canvas applications. It provides a reactive graphics runtime that manages complex canvas interactions, viewport animations, and input handling through a unified signal-based API. The framework is built on a schema-driven data store that maintains application state in a strictly typed, centralized record system, enabling efficient UI updates and persistent data management. The engine distinguishes itself through a highly modular architecture that supp

    The drawing engine supports keyboard-based focus management between shapes, automatically calculating reading order and allowing developers to exclude specific custom elements from the focus cycle.

    TypeScriptcanvascollaborationdesign
    45,278View on GitHub↗
  • vuetifyjs/vuetify

    vuetifyjs/vuetify

    40,957View on GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    Implements robust keyboard focus management to ensure accessible navigation and interaction patterns for all users.

    TypeScriptjavascriptmaterialmaterial-components
    40,957View on GitHub↗