Ai Input SearchAI-powered search input with web search toggle, file attachment, and auto-resizing textareainputsearchaiwebtoggleform PreviewCodeSearchCopy"use client" import AIInputSearch from "@/components/vritti/ai-input-search" export function AIInputSearchExample() { return ( <div className="flex w-full items-center justify-center p-8"> <AIInputSearch placeholder="Search the web..." onSubmit={(value) => console.log("Search:", value)} /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ai-input-search"Copy Dependencies pnpmnpmyarnbunpnpm add motion lucide-reactCopy