Ai LoadingCode-style loading animation with rotating SVG spinner and scrolling task linesloadingaianimationspinnercode PreviewCodeLoading Progress IndicatorSearching the web...Copyimport AILoading from "@/components/vritti/ai-loading" export function AILoadingExample() { return ( <div className="flex items-center justify-center p-8 min-h-[200px]"> <AILoading /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ai-loading"Copy