Underline To BackgroundText underline that expands to fill as a background on hover, with text color transition.textunderlinebackgroundhoveranimation PreviewCodeHover to fill backgroundAnother exampleCopy"use client"; import UnderlineToBackground from "@/components/vritti/underline-to-background"; export function UnderlineToBackgroundExample() { return ( <div className="w-full h-[400px] flex flex-col items-center justify-center gap-6"> <UnderlineToBackground className="text-3xl font-semibold" targetTextColor="#ffffff" > Hover to fill background </UnderlineToBackground> <UnderlineToBackground className="text-xl" targetTextColor="#ffffff" > Another example </UnderlineToBackground> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/underline-to-background"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy