Components
Loading preview...
A professional keyboard-triggered search modal (Cmd/Ctrl+K) with overlay backdrop, command palette interface.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/command-palette// This is a file with a demo for your CommandPalatte
import { CommandPalette } from "@/components/ui/command-palette";
export default function DemoOne() {
return <CommandPalette />;
}