Skip to content

Commit bbede04

Browse files
committed
docs(storybook): document the default slot
1 parent 8956c73 commit bbede04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Colors.parameters = {
9393
};
9494

9595
export const SlottedContent = Template.bind({});
96-
SlottedContent.args = { slot: 'overflow', name: '' };
96+
SlottedContent.args = { default: 'overflow', name: '' };
9797
SlottedContent.argTypes = {
98-
slot: { table: { category: 'slots' }, control: { type: 'text' } },
98+
default: { table: { category: 'slots' }, control: { type: 'text' } },
9999
};
100100
SlottedContent.parameters = {
101101
controls: { include: ['overflow'] },

0 commit comments

Comments
 (0)