{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "github-stars-button-demo", "type": "registry:ui", "title": "GitHub Stars Button Demo", "description": "Demo showing a GitHub stars button.", "registryDependencies": [ "https://animate-ui.com/r/github-stars-button" ], "files": [ { "path": "registry/demo/buttons/github-stars/index.tsx", "content": "import { GitHubStarsButton } from '@/components/animate-ui/buttons/github-stars';\n\nexport const GitHubStarsButtonDemo = () => {\n return ;\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/buttons/github-stars.tsx" } ] }