Github Repo Card Demo 1
nyxui/github-repo-card-demo1FreeExample
Example showing a GitHub repo card.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://nyxui.com/r/github-repo-card-demo1.jsonSource
1import React from "react";2import { GitHubRepoCard } from "../ui/github-repo-card";34export default function GithubRepoCardDemo1() {5 return (6 <div className="max-w-md relative">7 <GitHubRepoCard8 theme="neo-brutalist"9 repo={{10 owner: "microsoft",11 ownerAvatar: "https://avatars.githubusercontent.com/u/6154722?v=4",12 name: "vscode",13 description:14 "Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.",15 stars: 145000,16 forks: 25600,17 watchers: 3100,18 issues: 7800,19 language: "TypeScript",20 updatedAt: "2025-04-05T19:22:11Z",21 topics: ["editor", "ide", "typescript", "development"],22 activityData: [23 0.7, 0.6, 0.8, 0.9, 1.0, 0.8, 0.9, 0.7, 0.8, 0.9, 0.8, 0.7,24 ],25 isPrivate: false,26 }}27 />28 </div>29 );30}
What it pulls in
Other registry items
Files it writes
More from shadcn/ui
All 68 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3D Layered Card Demo3d-layered-card-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Code Block Demoanimated-code-block-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Grainy Background Demoanimated-grainy-bg-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Text Demoanimated-text-demo | shadcn/ui | Examples | Free | no deps | |
| Apple Glass Effect Demoapple-glass-effect-demo | shadcn/ui | Examples | Free | no deps | |
| Bubble Background Demobubble-background-demo | shadcn/ui | Examples | Free | no deps | |
| Custom Cursor Democustom-cursor-demo | shadcn/ui | Examples | Free | no deps | |
| Cyberpunk Card Democyberpunk-card-demo | shadcn/ui | Examples | Free | no deps |
