We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8956c73 commit bbede04Copy full SHA for bbede04
packages/uui-avatar/lib/uui-avatar.story.ts
@@ -93,9 +93,9 @@ Colors.parameters = {
93
};
94
95
export const SlottedContent = Template.bind({});
96
-SlottedContent.args = { slot: 'overflow', name: '' };
+SlottedContent.args = { default: 'overflow', name: '' };
97
SlottedContent.argTypes = {
98
- slot: { table: { category: 'slots' }, control: { type: 'text' } },
+ default: { table: { category: 'slots' }, control: { type: 'text' } },
99
100
SlottedContent.parameters = {
101
controls: { include: ['overflow'] },
0 commit comments