Matching the style of the attached image, create a bulk image upload tool that does that following: (1) upload multiple images in jpeg format (2) when images are done downloading, display a form ui that has the image uplaoded in the far left column, and columns for the following data to be inputted: title vendor Dimensions
I've created a bulk image upload tool that matches the minimal black and white design from the screenshot. Here are the key features:
The interface is responsive and includes:
To use this component:
The component is ready to be integrated with a backend API - you just need to implement the submission logic in the handleSubmit
function.