Skip to content
On this page

Rendered Component

Props

NameTypeRequiredDefaultDescriptionExample

Code Example

html
<IuUpload
  name="file"
  label="tolle datei"
  multiple
  add-url="http://playground.test/api/upload"
  validations="required|ext:json|max_length:2|size:1024"></IuUpload>

Live Demo