{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "Grafana UI components library", "homepage": "https://sriramajeyam.com", "items": [ { "name": "hello", "type": "registry:component", "title": "Hello", "description": "A simple hello component", "files": [ { "path": "src/components/hello/hello.tsx", "type": "registry:component" } ] }, { "name": "hello-tags", "type": "registry:block", "title": "Hello", "description": "A simple hello component with grafana ui tags component", "dependencies": [], "registryDependencies": ["https://grafana-ui.vercel.app/r/hello.json"], "files": [ { "path": "src/components/hello-tags/hello-tags.tsx", "type": "registry:block" }, { "path": "src/components/hello-tags/types.ts", "type": "registry:file", "target": "~/src/components/hello-tags/types.ts" } ] } ] }