diff --git a/docs/components/fileInput.md b/docs/components/fileInput.md
index f6da82fd..d5a08fa2 100644
--- a/docs/components/fileInput.md
+++ b/docs/components/fileInput.md
@@ -105,3 +105,25 @@ import { FwbFileInput } from 'flowbite-vue'
const file = ref(null)
```
+
+## Dropzone with custom placeholder
+
+You can customize the dropzone placeholder text using the `dropzonePlaceholder` slot:
+
+```vue
+
+
- Click to upload
- or drag and drop
+