Components
This React component renders an animated button that links to an external site (e.g., a GitHub profile) with smooth hover effects. Built using Next.js and Tailwind CSS, the button features a GitHub SVG icon and reveals a tooltip label ("GitHub") when hovered
Loading preview...
import Button_09 from "@/components/ui/animated-git-hub-button";
export default function DemoOne() {
return <Button_09 />;
}