1 dépôt
React components that render an interactive overlay for searching and executing commands with keyboard navigation.
Distinct from React Libraries: Distinct from React Libraries: focuses on a specific command palette component for React, not general utility libraries.
Explore 1 awesome GitHub repository matching web development · Command Palette Components. Refine with filters or upvote what's useful.
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
Ships an interactive overlay React component for searching and executing commands with keyboard navigation.