Scrollx Text HighlighterAnimated text highlighter with wavy and zigzag SVG underline effectstexthighlightunderlinewavyzigzaganimationscroll PreviewCodeThis is highlighted text with a wavy lineAnd this uses zigzag style highlightingCopyimport { TextHighlighter } from "@/components/vritti/scrollx-text-highlighter"; export function ScrollxTextHighlighterExample() { return ( <div className="flex flex-col items-center gap-8 p-8"> <h2 className="text-3xl font-bold"> This is{" "} <TextHighlighter highlightColor="#ff6b9d" type="wavy"> highlighted text </TextHighlighter>{" "} with a wavy line </h2> <h2 className="text-3xl font-bold"> And this uses{" "} <TextHighlighter highlightColor="#4f46e5" type="zigzag"> zigzag style </TextHighlighter>{" "} highlighting </h2> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/scrollx-text-highlighter"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy