18 lines
732 B
JSON
18 lines
732 B
JSON
{
|
|
"$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 <GitHubStarsButton username=\"animate-ui\" repo=\"animate-ui\" />;\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/buttons/github-stars.tsx"
|
|
}
|
|
]
|
|
} |