GitHub Button

An animated GitHub star button with live counter.

Configuring your account...

Please wait while we prepare everything for you

Usage

import { GithubButton } from '@/components/ui/github-button';

export default function Component() {
  return (
    <div className="space-y-4">
      <GithubButton targetStars={1501} label="Star on GitHub" repoUrl="https://github.com/kartikmhatre" />
    </div>
  );
}