JB logo

Command Palette

Search for a command to run...

yOUTUBE
Components
PreviousNext

GitHub Stars

Display GitHub repo star count with formatted numbers and full-count tooltip.

Loading...

Installation

pnpm dlx shadcn@latest add https://jb.desishub.com/r/github-stars.json

Usage

import { GitHubStars } from "@/components/github-stars";
<GitHubStars repo="MUKE-coder/jb" stargazersCount={1560} />

Props

PropTypeDefaultDescription
repostring-GitHub repository in owner/repo format.
stargazersCountnumber-Number of stars to display.
localesIntl.LocalesArgument"en-US"Locales for number formatting.