Components/Command Palette

Search documentation

Jump to any guide or component.

↑↓ move · Enter open · Esc close

Overlays · CommandPalette + CommandItem

SSR NativeAccessible

Command Palette

Filters and navigates a keyboard-first collection of commands.

Live previewv0.1.4
Esc
navigasiEnter pilih
Astro
---
import { CommandPalette, CommandItem } from '@charvesta/cetha';
---

<CommandPalette id="commands" label="Commands"><CommandItem label="Open settings" shortcut="⌘K" /></CommandPalette>

API reference

PropTypeDefaultDescription
id*stringPalette identifier.
label*stringAccessible search label.
placeholderstringSearch placeholder.
classstringAdditional classes forwarded to the rendered element.

Accessibility

Supports arrow navigation, Enter selection, Escape dismissal, and filtering.