Decrypted TextText that decrypts itself with a scrambling animation.text PreviewCodeHello WorldHello WorldCopyimport DecryptedText from "@/components/vritti/decrypted-text"; export function DecryptedTextExample() { return ( <div className="flex items-center justify-center p-8 text-2xl"> <DecryptedText text="Hello World" animateOn="view" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/decrypted-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy