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