Storage: Upload button (#52346)

This commit is contained in:
Adela Almasan
2022-07-18 16:09:24 -05:00
committed by GitHub
parent 4aae9d1567
commit 524948515c
6 changed files with 156 additions and 190 deletions

View File

@@ -21,6 +21,8 @@ export interface Props {
className?: string;
/** Button size */
size?: ComponentSize;
/** Show the file name */
showFileName?: boolean;
}
export const FileUpload: FC<Props> = ({