Skip to content

Commit 7959340

Browse files
committed
Update README.md
1 parent b919dc5 commit 7959340

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ export default {
6060
| -- | -- | -- |
6161
| `default` | `Select` | Content of the `Select` button. |
6262
| `loader` | `Loading...` | Content of loading state. |
63-
| `top` | | Top section content, above the `Select` button. |
64-
| `bottom` | | Bottom section content, below the `Select` button. |
63+
| `top` | ` ` | Top section content, above the `Select` button. |
64+
| `bottom` | ` ` | Bottom section content, below the `Select` button. |
6565

6666

6767
## Props
6868
| Name | Type | Default | Description |
6969
| -- | -- | -- | -- |
7070
| `multiple` | `Boolean` | `false` | Allow multiple files selected. |
71-
| `is-loading` | `Boolean` | `false` | Show or hide the loading section (slot: `loader`). |
72-
| `accept-extensions` | `String` | ` ` | List of file extensions accepted. Each extension separated by a comma (`,`). E.g. `accept-extensions=".zip,.rar"`. |
73-
| `max-file-size` | `Number` | `NaN` | Maximum **size in byte** of every single file allowed. E.g. `:max-file-size="2*1024*1024"` (only the files that ≤2 MB are allowed). |
71+
| `isLoading` | `Boolean` | `false` | Show or hide the loading section (slot: `loader`). |
72+
| `acceptExtensions` | `String` | ` ` | List of file extensions accepted. Each extension separated by a comma (`,`). E.g. `accept-extensions=".zip,.rar"`. |
73+
| `maxFileSize` | `Number` | `NaN` | Maximum **size in byte** of every single file allowed. E.g. `:max-file-size="2*1024*1024"` (only the files that ≤2 MB are allowed). |
7474
| `height` | `Number` | `NaN` | The height of droppable section. |
75-
| `validate-fn` | `Function -> Boolean` | `() => true` | A custom validation function that returns boolean value. |
75+
| `validateFn` | `Function -> Boolean` | `() => true` | A custom validation function that returns boolean value. |
7676

7777

7878
## Events

0 commit comments

Comments
 (0)