19 lines
582 B
JSON
19 lines
582 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-dropdown-menu-checkboxes-demo",
|
|
"type": "registry:ui",
|
|
"title": "Radix Dropdown Menu Checkboxes Demo",
|
|
"description": "Demo showing an animated radix dropdown menu with checkboxes.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/radix-dropdown-menu",
|
|
"button"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/radix/dropdown-menu-checkboxes/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/radix/dropdown-menu-checkboxes.tsx"
|
|
}
|
|
]
|
|
}
|