18 lines
700 B
JSON
18 lines
700 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "management-bar-demo",
|
|
"type": "registry:ui",
|
|
"title": "Management Bar Demo",
|
|
"description": "Demo management Bar.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/management-bar"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/ui-elements/management-bar/index.tsx",
|
|
"content": "'use client';\n\nimport * as React from 'react';\n\nimport { ManagementBar } from '@/components/animate-ui/ui-elements/management-bar';\n\nexport const ManagementBarDemo = () => <ManagementBar />;\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/ui-elements/management-bar.tsx"
|
|
}
|
|
]
|
|
} |