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

16 lines
482 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "radix-toggle-group",
"type": "registry:ui",
"title": "Radix Toggle Group",
"description": "A set of two-state buttons that can be toggled on or off.",
"dependencies": ["motion", "radix-ui", "class-variance-authority"],
"files": [
{
"path": "registry/radix/toggle-group/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/radix/toggle-group.tsx"
}
]
}