Fortura/apps/www/registry/base/toggle-group/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
464 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "base-toggle-group",
"type": "registry:ui",
"title": "Base Toggle Group",
"description": "Provides a shared state to a series of toggle buttons.",
"dependencies": ["motion", "@base-ui-components/react"],
"files": [
{
"path": "registry/base/toggle-group/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/base/toggle-group.tsx"
}
]
}