Components
Loading preview...
Get your site some awwwards level link hover animation with pure css, no framer motion.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/flip-linksimport { Component } from "@/components/ui/flip-links";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };