src/components/AttachmentIcon.tsx

An icon of a paperclip, which is used as the default icon for FileUploadButton

src/components/CloseIcon.tsx
src/components/FileIcon/FileIcon.tsx
Prop nameTypeDefaultDescription
bigboolean
classNamestring
filenamestring
mimeTypestring
sizenumber
sizeSmallnumber
typeIconType
versionIconVersion

File Icons V1

Small icons (can have custom width & height)












Big icons (can have custom width & height)












File Icons V2

Standard icons (can be big / small / custom width & height)











Alternative icons (can be big / small / custom width & height)











src/components/FileIcon/FileIconSet/v1.tsx
Prop nameTypeDefaultDescription
sizenumber20
src/components/FileIcon/FileIconSet/v2.tsx
Prop nameTypeDefaultDescription
mimeTypestring
sizenumber40
type
className
src/components/FilePlaceholder.tsx
src/components/FilePreviewer.tsx

Component that displays files which are being uploaded

Prop nameTypeDefaultDescription
fileIconPropsFileIconProps{}
uploadsFileUpload[]
handleRemove
handleRetry
handleFiles
src/components/FileUploadButton.tsx
Prop nameTypeDefaultDescription
disabledfalse
multiplefalse
children<AttachmentIcon />
resetOnChangetrue

With the default image

With custom display

src/components/IconButton.tsx

This is simply a button wrapper, adds a div with role="button" and a onClick

IconButton

src/components/ImageDropzone.tsx
src/components/ImagePreviewer.tsx
Prop nameTypeDefaultDescription
imageUploadsImageUpload[]

The list of image uploads that should be displayed

handleRemove

A callback to call when the remove icon is clicked

handleRetry

A callback to call when the retry icon is clicked

handleFiles

A callback to call with newly selected files. If this is not provided no ThumbnailPlaceholder will be displayed.

multiplebooleantrue

Allow drag 'n' drop (or selection from the file dialog) of multiple files

disabledbooleanfalse

ImagePreviewer

src/components/ImageUploadButton.tsx
Prop nameTypeDefaultDescription
multiplefalse
disabledfalse
children<PictureIcon />
resetOnChangefalse

With the default image

With custom display

src/components/LoadingIndicator.tsx
Prop nameTypeDefaultDescription
colorstring
backgroundColorstring
sizenumber20
widthnumber2
src/components/PictureIcon.tsx

An icon of a picture, which is used as the default icon for ImageUploadButton

src/components/RetryIcon.tsx
src/components/Thumbnail.tsx
Prop nameTypeDefaultDescription
handleCloseMouseEventHandler<HTMLButtonElement>
sizenumber100
imagestringRequired
altstring
idstring

Thumbnail

src/components/ThumbnailPlaceholder.tsx
Prop nameTypeDefaultDescription
handleFilesRequired
multiplebooleanfalse