UNPKG
ui-humix-lib
Version:
latest (1.0.0)
1.0.0
A simple package for implementinghumix design components in react-based or node.js based projects.
ui-humix-lib
/
components
/
html
/
elements
/
radio-group.json
6 lines
•
220 B
JSON
View Raw
1
2
3
4
5
6
{
"data"
:
{
"radioGroupSelectedValue"
:
"The value of the current selected radio button."
,
"radioGroupOptions"
:
"An array of radio group options containing the title, description, and value."
}
}