17 lines
564 B
JSON
17 lines
564 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "github-stars-button",
|
|
"type": "registry:ui",
|
|
"title": "GitHub Stars Button",
|
|
"description": "A clickable button that links to a GitHub repository and displays the number of stars.",
|
|
"dependencies": ["motion", "lucide-react"],
|
|
"registryDependencies": ["https://animate-ui.com/r/sliding-number"],
|
|
"files": [
|
|
{
|
|
"path": "registry/buttons/github-stars/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/buttons/github-stars.tsx"
|
|
}
|
|
]
|
|
}
|