Feature Request: Add Spotlight / Command Palette Component (similar to Mantine) #10323
Unanswered
HussainAhmadDev
asked this question in
Ideas
Replies: 1 comment 1 reply
-
This is on our roadmap. We'll get to it shortly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
A spotlight-style command palette component for quick search and navigation inside apps. This is already supported in other libraries like Mantine.
Problem Statement/Justification
Many modern apps use a command palette (like VS Codeβs Ctrl+K / βK search) for fast navigation and actions. Chakra UI currently doesnβt have a built-in solution for this. Developers end up pulling in external libraries or building custom implementations, which breaks design consistency.
Proposed Solution or API
<Spotlight />
or<CommandPalette />
component.Example from Mantine:
https://github.com/user-attachments/assets/8708015c-d23d-4ef1-81e0-fd462300cff1
Alternatives
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions