+ *
+ * {description}
++ {description} +
)} - {/* Action */} - {action && ( -Upload failed
+{error}
+ > + ) : state === "success" ? ( + <> +Upload complete
+Files uploaded successfully
+ > + ) : ( + <> + ++ {instructionText} + {accept && {accept.replaceAll(',', ', ')}} + {maxSize && Max size: {formatFileSize(maxSize)}} +
+ > + )} +{file.name}
+{formatFileSize(file.size)}
++ {description} +
+ )} + + {/* Custom content */} + {children && ( +- {value.length} of {maxTags} tags used -
+ {/* Error message */} + {inputError && ( +{inputError}
)}