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