nextui
nextui copied to clipboard
Input for file type to upload images single or multiple
Is your feature request related to a problem? Please describe.
I need to have a file Input type for uploading images
Describe the solution you'd like
As a user, I want to click on an input element and select one or multiple images for uploading.
Describe alternatives you've considered
I am using the Input element with type as a file.
<Input type="file" />