Text PressureVariable font text that reacts to mouse proximity with pressure.text PreviewCodeHello WorldCopyimport TextPressure from "@/components/vritti/text-pressure"; export function TextPressureExample() { return ( <div className="flex items-center justify-center p-8 w-full h-[200px]"> <TextPressure text="Hello World" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/text-pressure"Copy