Components
A GitHub-style button that changes to a pink shade and swaps its text to “Check it on GitHub” when hovered, creating an interactive call-to-action.
Loading preview...
import { Component } from "@/components/ui/github-button";
export default function DemoOne() {
return <Component />;
}