Special TextAnimated text with scramble/matrix effect.textanimationscramblematrix PreviewCode Copy"use client"; import { SpecialText } from "@/components/vritti/special-text"; export function SpecialTextExample() { return ( <div className="flex items-center justify-center p-8"> <SpecialText className="text-4xl font-bold">Special Text Effect</SpecialText> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/special-text"Copy