{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "v3cn", "homepage": "https://v3cn.com", "items": [ { "name": "github", "type": "registry:component", "title": "GitHub Graph", "description": "A GitHub component for displaying contribution graph with custom styling.", "files": [ { "path": "registry/v3cn/github/github.tsx", "type": "registry:component", "target": "components/github.tsx" } ] }, { "name": "github-demo", "type": "registry:example", "title": "GitHub Graph Demo", "registryDependencies": [ "https://v3cn.vineet.pro/r/github-demo" ], "description": "Example of the GitHub contribution graph component with custom styling.", "files": [ { "path": "registry/v3cn/github/github-demo.tsx", "type": "registry:example", "target": "components/github-demo.tsx" } ] }, { "name": "discord", "type": "registry:component", "title": "Discord Presence", "description": "A component for displaying Discord presence.", "files": [ { "path": "registry/v3cn/discord/discord.tsx", "type": "registry:component", "target": "components/discord.tsx" } ] }, { "name": "cursor", "type": "registry:component", "title": "Cursor", "description": "A component for displaying Cursor.", "files": [ { "path": "registry/v3cn/cursor/cursor.tsx", "type": "registry:component", "target": "components/cursor.tsx" } ] }, { "name": "card", "type": "registry:block", "title": "Card", "description": "A component for displaying Card.", "files": [ { "path": "registry/v3cn/card/card.tsx", "type": "registry:component", "target": "components/v3cn/card.tsx" } ] }, { "name": "card-demo", "type": "registry:example", "title": "Card Demo", "registryDependencies": [ "https://v3cn.vineet.pro/r/card" ], "description": "Example of the Card component.", "files": [ { "path": "registry/v3cn/card/card-demo.tsx", "type": "registry:example", "target": "components/card-demo.tsx" } ] } ] }