Custom Rendering
The Upload enables you to customize the user interface of its file-list items.
To customize the appearance of the files for upload, pass a custom component to the listItemUI
property. The component will receive the UploadListItemProps
properties.
The following example demonstrates how to customize the rendering of the files.