Animated text highlight with buttons that sweep the highlight behind the text left, right, top-down, or bottom-up on demand.
import TextHighlightDirections from "@/components/ui/m-text-highlight-3"; export default function Default() { return <TextHighlightDirections />; }