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";

<GithubStarsButton
  variant="default"
  displayFormat="compact"
  counterEffect="3d"
  hoverMode="none"
  hoverDuration={300}
  showCount={true}
  fetchStars={true}
/>