GitHub Stars Button

A GitHub repo button with automatic star fetching and animated Counter digits.

Customize

Variant
Format
Counter
Hover
Hover duration300ms
Count
Auto fetch
RepositoryLive data via /api/github-stars
github.com//
Try

Usage

import { GithubStarsButton } from "@/components/lazy-ui/github-stars-button";

export function Demo() {
  return (
    <GithubStarsButton
      username="zivhdinfo"
      repo="lazy-ui"
      initialValue={12848}
    />
  );
}