2025-08-20 04:12:49 -06:00

16 lines
474 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "code-editor-demo",
"type": "registry:ui",
"title": "Code Editor Demo",
"description": "Demo showing an animated code editor.",
"registryDependencies": ["https://animate-ui.com/r/code-editor"],
"files": [
{
"path": "registry/demo/components/code-editor/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/components/code-editor.tsx"
}
]
}