Randomized TextText component with randomized character reveal animation.textanimationrandomreveal PreviewCodeRandomizedTextEffectCopy"use client"; import { RandomizedText } from "@/components/vritti/randomized-text"; export function RandomizedTextExample() { return ( <div className="flex items-center justify-center p-8"> <RandomizedText className="text-4xl font-bold">Randomized Text Effect</RandomizedText> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/randomized-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy