Skip to content

Commit

Permalink
add plugins properties to docs; (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockhausen authored Sep 27, 2024
1 parent e1290c0 commit c37e5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Optionally, you can use these component properties to customize the component:
- `disabled`: Disable the file input. Default: `false`.
- `placeholder`: Placeholder text for the file input. Default: `Drag & Drop your files or <span class="filepond--label-action"> Browse </span>`.

Additionally, you can also pass [any property that the Filepond component accepts](https://pqina.nl/filepond/docs/api/instance/properties/). Make sure to use kebab case the property. For example, to set the maximum number of files to 5, you can do this:
Additionally, you can also pass [any property that the Filepond component accepts](https://pqina.nl/filepond/docs/api/instance/properties/) and [plugins properties](https://pqina.nl/filepond/docs/api/plugins/). Make sure to use kebab case the property. For example, to set the maximum number of files to 5, you can do this:

```bladehtml
<x-filepond::upload wire:model="file" max-files="5" />
Expand Down

0 comments on commit c37e5f9

Please sign in to comment.