16 lines
520 B
JSON
16 lines
520 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-radio-group",
|
|
"type": "registry:ui",
|
|
"title": "Radio Group",
|
|
"description": "A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.",
|
|
"dependencies": ["motion", "lucide-react", "radix-ui"],
|
|
"files": [
|
|
{
|
|
"path": "registry/radix/radio-group/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/radix/radio-group.tsx"
|
|
}
|
|
]
|
|
}
|