16 lines
474 B
JSON
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"
|
|
}
|
|
]
|
|
}
|