20 lines
567 B
JSON
20 lines
567 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "files",
|
|
"type": "registry:ui",
|
|
"title": "Files",
|
|
"description": "A component that allows you to display a list of files and folders.",
|
|
"dependencies": ["motion", "lucide-react"],
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/motion-highlight",
|
|
"https://animate-ui.com/r/radix-accordion"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/files/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/files.tsx"
|
|
}
|
|
]
|
|
}
|