{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "acme", "homepage": "https://acme.com", "items": [ { "name": "key-value-data-card", "type": "registry:component", "title": "Key Value Data Card", "description": "A key value data card", "files": [ { "path": "registry/new-york/key-value-data-card/key-value-data-card.tsx", "type": "registry:component" } ], "tailwind": { "config": { "theme": { "extend": { "keyframes": { "expand-bar": { "0%": { "transform": "scaleX(0.3) scaleY(0.3)", "opacity": "0" }, "100%": { "transform": "scaleX(1) scaleY(1)", "opacity": "1" } }, "expand-bar-x": { "0%, 100%": { "transform": "scaleX(0.05)" }, "50%": { "transform": "scaleX(1)" } }, "expand-bar-y": { "0%, 100%": { "transform": "scaleY(0.05)" }, "50%": { "transform": "scaleY(1)" } } }, "animation": { "expand-bar": "expand-bar 0.4s ease-out forwards", "loading-bar-x": "expand-bar-x 2s linear infinite forwards", "loading-bar-y": "expand-bar-y 2s linear infinite forwards" } } } } } }, { "name": "menu", "type": "registry:component", "title": "Menu", "description": "A menu component", "files": [ { "path": "registry/new-york/menu/menu.tsx", "type": "registry:component" } ] } ] }