Ai Text LoadingAnimated thinking/loading text with gradient shimmer effect and cycling messagesloadingtextanimationshimmerthinking PreviewCodeThinking...Copyimport AITextLoading from "@/components/vritti/ai-text-loading" export function AITextLoadingExample() { return ( <div className="flex items-center justify-center p-8"> <AITextLoading texts={["Thinking...", "Processing...", "Analyzing...", "Almost..."]} interval={1500} /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ai-text-loading"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy