Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosabayomi committed Feb 11, 2024
1 parent 3bee1ba commit c08bc40
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 @@ -154,7 +154,7 @@ const uploader = new CustUp(options)

To overide the default class names the provided class name should be a string or an array with false as the second item like `fileUIOuterContainer: ['custup_file_display_outer', false],` and to append/add new css class name to the element the second item in the array should be `true` like `fileUIOuterContainer: ['custup_file_display_outer', true]`

Read more on [properties here](https://custup.pryxy.com/docs/properties)
Read more on how to customize CustUp elements with [properties here](https://custup.pryxy.com/docs/properties)

File upload settings, you can also add additional data that should be sent along the files, and/or a form field data to be sent along with the upload and you can also set the axios settings

Expand Down

0 comments on commit c08bc40

Please sign in to comment.