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