Ctrl + k
Theme:

FormFileUpload

FormFileUpload is a wrapper around FileUploader component which can be used insisde forms. It supports all props and events of FileUpload and also have some additional features.

Set label property to show FileUpload label's and bind to its id automatically. required is a boolean property which show an indicator on label as well. You can also use label slot.

You Selected:

Set hint string property to show some useful information about the FileUpload. You can also use hint slot.

Choose a file smaller than 2mb
the file size is less than 2mb!
the file is larger than 2mb!

clicked: 0

Use default row and col properties to change layout of the FormFileUploads inside forms.

© 2024 YeSvelte. All Rights Reserved