GitHub Graph Demo
v3cn/github-demoFreeExample
Example of the GitHub contribution graph component with custom styling.
Live preview
live · rendered by the registry
Rendered by v3cn on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://v3cn.vineet.pro/r/github-demo.jsonSource
1"use client"2import { GithubGraph } from "@/components/github";34const GithubGraphDemo = () => {5 return (6 <div className="flex justify-center items-center h-screen">7 <GithubGraph8 username="vineetagarwal-code"9 blockMargin={2}10 />11 </div>12 )13}14export { GithubGraphDemo };
What it pulls in
Other registry items
