Fortura/apps/www/registry/radix/sidebar/registry-item.json
2025-08-20 04:12:49 -06:00

32 lines
808 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-sidebar",
"type": "registry:ui",
"title": "Radix Sidebar",
"description": "A composable, themeable and customizable sidebar component. Created by Shadcn and animated by Animate UI.",
"dependencies": [
"radix-ui",
"class-variance-authority",
"lucide-react",
"motion"
],
"registryDependencies": [
"https://animate-ui.com/r/radix-sheet",
"https://animate-ui.com/r/radix-tooltip",
"https://animate-ui.com/r/motion-highlight",
"use-mobile",
"button",
"input",
"label",
"separator",
"skeleton"
],
"files": [
{
"path": "registry/radix/sidebar/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/radix/sidebar.tsx"
}
]
}