FileUpload
An input element to upload files.
Key Props
multiple: to allow multiple files to be selected.dropzone: to enable/disable the droppable area.interactive: to enable/disable the clickable area.accept: to specify the allowed file types for the input.label: to set the label of the FileUpload.description: to set the description of the FileUpload.icon: to set the icon of the FileUpload.color: to change the color of the FileUpload.variant: to change the variant of the FileUpload.size: to change the size of the FileUpload.
Usage
<UFileUpload
<!-- props here -->
/>Slots
#actions