Highlighted TextText with sliding background highlight animation using mix-blend-mode.textanimationhighlight PreviewCodeHighlighted Text EffectCopy"use client"; import { HighlightedText } from "@/components/vritti/highlighted-text"; export function HighlightedTextExample() { return ( <div className="flex items-center justify-center p-8"> <HighlightedText>Highlighted Text Effect</HighlightedText> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/highlighted-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy