Components
Loading preview...
Interactive SVG text animation using GSAP - reveals a colorful gradient that follows cursor or touch movement.
npx shadcn@latest add https://21st.dev/r/moazamtrade/text-hover-effectimport { TextHoverEffect } from "@/components/ui/text-hover-effect";
export default function DemoOne() {
return (
<section className="w-full h-full">
<TextHoverEffect text="Shadway" />
</section>
);
}