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 572464b commit e071424Copy full SHA for e071424
packages/main/src/webComponents/FileUploader/FileUploader.stories.mdx
@@ -92,17 +92,4 @@ import FileUploaderDomRef from './FileUploaderDomRef.json';
92
</Story>
93
</Canvas>
94
95
-### FileUploader with custom elements
96
-
97
-<Canvas>
98
- <FlexBox alignItems={FlexBoxAlignItems.Center}>
99
- <FileUploader hideInput>
100
- <Avatar icon={uploadIcon} />
101
- </FileUploader>
102
103
- <Badge>Upload file</Badge>
104
105
- </FlexBox>
106
-</Canvas>
107
108
<Footer />
0 commit comments