2025-08-20 04:12:49 -06:00

16 lines
526 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "headless-disclosure",
"type": "registry:ui",
"title": "Headless Disclosure",
"description": "A simple, accessible foundation for building custom UIs that show and hide content, like togglable accordion panels.",
"dependencies": ["@headlessui/react", "motion"],
"files": [
{
"path": "registry/headless/disclosure/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/headless/disclosure.tsx"
}
]
}