Action Search BarCommand palette-style search bar with keyboard navigation and action shortcutssearchcommandpalettekeyboardshortcutsform PreviewCodeSearch CommandsCopyimport ActionSearchBar from "@/components/vritti/action-search-bar" export function ActionSearchBarExample() { return ( <div className="flex items-center justify-center p-8"> <ActionSearchBar defaultOpen /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/action-search-bar"Copy Dependencies pnpmnpmyarnbunpnpm add motion lucide-reactCopy