GitHub Star Button
Displays a GitHub star button or a component that looks like a crazxy GitHub star button.
A simple crazxy GitHub star component
Installation
pnpm dlx shadcn@latest add https://crazxyui.in/r/crazxy-github-button.json
Usage
import { GitHubStarButton } from "@/components/ui/crazxy-ui/gitHub-button";
<GitHubStarButton
href="https://github.com/your-repo"
starCount={1234}
text="Star on GitHub"
/>