File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,14 @@ Checked.parameters = {
69
69
} ;
70
70
71
71
export const RadioGroup : Story = ( ) => html `
72
+ < h5 > Group 1</ h5 >
72
73
< uui-radio-group name ="radioGroup ">
73
74
< uui-radio value ="1 "> Option 1</ uui-radio >
74
75
< uui-radio value ="2 " disabled > Option 2</ uui-radio >
75
76
< uui-radio value ="3 "> Option 3</ uui-radio >
76
77
</ uui-radio-group >
77
78
79
+ < h5 > Group 2</ h5 >
78
80
< uui-radio-group name ="f331672b-e6f3-4b73-8b44-67a51a24f296 ">
79
81
< uui-radio
80
82
value ="Prolific - I live and breathe Umbraco. "
@@ -114,12 +116,14 @@ RadioGroup.parameters = {
114
116
docs : {
115
117
source : {
116
118
code : `
119
+ <h5>Group 1</h5>
117
120
<uui-radio-group name="radioGroup">
118
121
<uui-radio value="1">Option 1</uui-radio>
119
122
<uui-radio value="2" disabled>Option 2</uui-radio>
120
123
<uui-radio value="3">Option 3</uui-radio>
121
124
</uui-radio-group>
122
125
126
+ <h5>Group 2</h5>
123
127
<uui-radio-group name="f331672b-e6f3-4b73-8b44-67a51a24f296">
124
128
<uui-radio
125
129
value="Prolific - I live and breathe Umbraco."
You can’t perform that action at this time.
0 commit comments