File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -136,41 +136,3 @@ export const Disabled: StoryObj<StoryProps> = {
136136 } ,
137137 } ,
138138} ;
139-
140- /**
141- *
142- */
143- export const ColsTotalCols : StoryObj < StoryProps > = {
144- render : ( { radiogroup1, radiogroup2 } ) => (
145- < >
146- < RadioGroup { ...radiogroup1 } >
147- < Radio label = 'Radio Label One' value = '1' checked />
148- < Radio label = 'Radio Label Two' value = '2' />
149- </ RadioGroup >
150- < RadioGroup { ...radiogroup2 } >
151- < Radio label = 'Radio Label One' value = '1' checked />
152- < Radio label = 'Radio Label Two' value = '2' />
153- </ RadioGroup >
154- </ >
155- ) ,
156- name : 'Cols & totalCols' ,
157- args : {
158- radiogroup1 : {
159- totalCols : 3 ,
160- cols : 2 ,
161- label : 'Radio Group Label 1' ,
162- } ,
163- radiogroup2 : {
164- totalCols : 3 ,
165- cols : 1 ,
166- label : 'Radio Group Label 2' ,
167- } ,
168- } ,
169- parameters : {
170- docs : {
171- description : {
172- story : 'Radio Group control with `cols` and `totalCols`' ,
173- } ,
174- } ,
175- } ,
176- } ;
You can’t perform that action at this time.
0 commit comments