Inactivehelp wanted
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
Permits customizing the render location of the Upload button/dragger separately from file list.
What does the proposed API look like?
Provide separate controls for file list and Upload button/dragger, so they can be arranged where needed. They can both live under an ancestor Upload.
<Upload>
<MyLayout>
<Upload.FileList/>
<Upload.Dragger/>
</MyLayout>
<Upload>