Components
An interactive GitHub contribution calendar that transforms into a playable retro space shooter game. Features smooth canvas animations, spaceship controls, particle explosions, and full dark mode support.
npx shadcn@latest add https://21st.dev/r/jahirulislamrayhan07/retro-space-shooter-git-hub-calendarLoading preview...
import { GithubCalendar } from "../components/ui/retro-space-shooter-git-hub-calendar";
export default function GithubCalendarPreview() {
return <GithubCalendar username="Jahirul077" cellSize={15} cellGap={4} />;
}