GitHub Stars Button
Link button showing a GitHub repo's star count with the octocat icon.
Loading...
Installation
$ shadcn add @jalco/github-stars-buttonUsage
import { GitHubStarsButton } from "@/components/github-stars-button"<GitHubStarsButton owner="shadcn-ui" repo="ui" />Examples
API Reference
GitHubStarsButton
PropType
Notes
- ISR caching. Results cached for 1 hour via next.revalidate .
- Pre-fetched stars. Pass the
starsprop to skip the API call entirely.