A premium, customizable visualization of GitHub contribution graphs with multiple color schemes and display variants.
pnpm dlx shadcn@latest add @componentry/github-calendar| Property | Type | Default |
|---|---|---|
usernameThe GitHub username to fetch contributions for. (Required) | string | — |
variantThe visual style variant of the calendar. | "default" | "city-lights" | "minimal" | "default" |
colorSchemaThe color scheme for the contribution cells. | "green" | "blue" | "purple" | "orange" | "gray" | "green" |
showTotalWhether to show the total contributions count header. | boolean | true |
View source
Keep in mind
Need a custom component?
I build bespoke UI components & websites tailored to your brand.
import { GithubCalendar } from "@/components/ui/github-calendar"<GithubCalendar username="harshjdhv" />