Components
Loading preview...
Text with fancy hover animation effects powered by GSAP.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/fancy-text-hoverimport FancyTextHover from "../components/ui/fancy-text-hover";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<FancyTextHover />
</div>
);
}