Files
react-test/docs/translations/api-docs/radio-group/radio-group.json
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

39 lines
1.4 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"name": {
"description": "The name used to reference the value of the control. If you don't provide this prop, it falls back to a randomly generated name."
},
"onChange": {
"description": "Callback fired when a radio button is selected.",
"typeDescriptions": {
"event": { "name": "event", "description": "The event source of the callback." },
"value": {
"name": "value",
"description": "The value of the selected radio button. You can pull out the new value by accessing <code>event.target.value</code> (string)."
}
}
},
"value": {
"description": "Value of the selected radio button. The DOM API casts this to a string."
}
},
"classDescriptions": {
"error": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>error={true}</code>"
},
"root": { "description": "Styles applied to the root element." },
"row": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>row={true}</code>"
}
}
}