Skip to content

Feature Request: Add Spotlight / Command Palette Component (similar to Mantine) #4530

@HussainAhmadDev

Description

@HussainAhmadDev

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

  • Provide a <Spotlight /> or <CommandPalette /> component.
  • Should integrate with Chakra’s theming and accessibility out-of-the-box.
  • Support keyboard shortcuts, search filtering, and action items.

Example from Mantine:


Alternatives

  • Using Mantine Spotlight in a Chakra UI project (causes design inconsistency).
  • Building a custom command palette from scratch (time-consuming, less polished).

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions