Skip to content

Commit a569070

Browse files
committed
docs(storybook): handle the default slot
1 parent 86f66f1 commit a569070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-radio/lib/uui-radio.story.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
disabled: false,
1414
},
1515
argTypes: {
16-
default: { control: { type: 'text' } },
16+
slot: { control: { type: 'text' } },
1717
},
1818
};
1919

@@ -24,7 +24,7 @@ export const AAAOverview: Story = props =>
2424
.name=${props.name}
2525
?disabled=${props.disabled}
2626
?checked=${props.checked}
27-
>${props.default}</uui-radio
27+
>${props.slot}</uui-radio
2828
>`;
2929
AAAOverview.storyName = 'Overview';
3030
AAAOverview.parameters = {

0 commit comments

Comments
 (0)