awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCommand Palette Frameworks

Headless frameworks for building accessible search interfaces that trigger actions or navigate pages.

Distinguishing note: Shortlist candidates focus on binding logic or CLI patterns rather than the UI framework for a command palette.

Explore 2 awesome GitHub repositories matching user interface & experience · Command Palette Frameworks. Refine with filters or upvote what's useful.

Awesome Command Palette Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dip/cmdkAvatar von dip

    dip/cmdk

    12,695Auf GitHub ansehen↗

    cmdk is an unstyled, headless React component library for building accessible search-based navigation and command interfaces. It provides the logic and state management required to create keyboard-navigable command palettes that filter lists of actions and items based on user input. The library distinguishes itself by remaining visually agnostic, offering a collection of logic-heavy components without predefined styles. It supports advanced organization through hierarchical menu navigation, nested paging systems, and conditional group filtering that hides categories when no child items match

    Provides the logic and state management for building accessible, searchable command palettes in React.

    TypeScriptcomboboxcommand-menucommand-palette
    Auf GitHub ansehen↗12,695
  • timc1/kbarAvatar von timc1

    timc1/kbar

    5,182Auf GitHub ansehen↗

    kbar is a React command palette library that gives applications a searchable overlay for finding and executing commands using the keyboard. It includes keyboard shortcut binding, so users can trigger commands directly without opening the palette, and supports nested sub-menu navigation, allowing actions to be organized into hierarchical groups that can be drilled into and back out of with arrow keys. The library differentiates itself through a hook-based API that lets any React component register commands and shortcuts declaratively, alongside a global keyboard listener that handles palette a

    Binds keystrokes to command callbacks, enabling actions to be triggered without opening the palette.

    TypeScriptcommand-palettehooksjavascript
    Auf GitHub ansehen↗5,182
  1. Home
  2. User Interface & Experience
  3. Command Palette Frameworks

Unter-Tags erkunden

  • Direct Keystroke BindingsBinding keystrokes to command callbacks so users can trigger actions without opening the command palette. **Distinct from Command Palette Frameworks:** Distinct from Command Palette Frameworks: focuses on binding keystrokes to directly invoke commands, not on the palette UI itself.