{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "mermaidcn", "homepage": "https://mermaidcn.vercel.app", "items": [ { "name": "mermaid", "type": "registry:component", "title": "Mermaid", "description": "A customizable Mermaid.js diagram renderer for React.", "dependencies": ["mermaid"], "files": [ { "path": "components/mermaid.tsx", "type": "registry:component", "target": "components/mermaidcn/mermaid.tsx" } ] }, { "name": "zoom-pan", "type": "registry:component", "title": "ZoomPan", "description": "A generic zoom and pan wrapper for any React content. Supports scroll-to-zoom, click-drag pan, and pinch-to-zoom.", "dependencies": ["lucide-react"], "files": [ { "path": "components/zoom-pan.tsx", "type": "registry:component", "target": "components/mermaidcn/zoom-pan.tsx" } ] }, { "name": "mermaid-themes", "type": "registry:lib", "title": "Mermaid Themes", "description": "A collection of themes and helpers for Mermaid diagrams.", "dependencies": [], "files": [ { "path": "lib/mermaid-themes.ts", "type": "registry:lib", "target": "lib/mermaid-themes.ts" } ] } ] }