diff --git a/docs/src/pages/components/FileUploader.svx b/docs/src/pages/components/FileUploader.svx index 443a6710..8f19f122 100644 --- a/docs/src/pages/components/FileUploader.svx +++ b/docs/src/pages/components/FileUploader.svx @@ -17,6 +17,12 @@ Set `multiple` to `true` for multiple files to be uploaded. ### File uploader +The `FileUploader` wraps `FileUploaderButton` and lists out uploaded files. + +The example below accepts multiple files with an extension of `.jpg` or `.jpeg`. It sets the status to `"complete"`; by default, the status is `"loading"`. + +See the [item examples below](#item-uploading) for different statuses. + ### Clear files