Skip to content

Commit 9dd6633

Browse files
committed
remove unused story in radio group
1 parent 053b018 commit 9dd6633

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

stories/Radio.stories.tsx

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff 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-
};

0 commit comments

Comments
 (0)