Skip to content

Commit

Permalink
Format proerties docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Oct 12, 2022
1 parent d1faa7b commit e683ac1
Showing 1 changed file with 16 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ showTabs: true

## Properties


| Properties | Description |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [Space](/uilib/components/space/properties) | _(optional)_ Spacing properties like `top` or `bottom` are supported. |
| `className` | _(optional)_ Custom className for the component root. |
| `skeleton` | _(optional)_ Skeleton should be applied when loading content Default: null. |
| `acceptedFileTypes` | _(required)_ List of accepted file types. |
| `fileMaxSize` | _(optional)_ fileMaxSize is max size of each file in MB |
| `multipleFiles` | _(optional)_ if set true, accepting multiple files is allowed |
| `title` | _(optional)_ Custom text property. Replaces the default title |
| `text` | _(optional)_ Custom text property. Replaces the default text |
| `formatsDescription` | _(optional)_ Custom text property. Replaces the default accepted format description |
| `fileSizeDescription` | _(optional)_ Custom text property. Replaces the default max file size description |
| `fileSizeContent` | _(optional)_ Custom text property. Replaces the default file size content |
| `uploadButtonText` | _(optional)_ Custom text property. Replaces the default upload button text |
| `uploadLoadingText` | _(optional)_ Custom text property. Replaces the default loading text |
| `deleteButton` | _(optional)_ Custom text property. Replaces the default delete button text |
| `fileListAriaLabel` | _(optional)_ Custom text property. Replaces the default list aria label |
| Properties | Description |
| ------------------------------------------- | ----------------------------------------------------------------------------------- |
| `acceptedFileTypes` | _(required)_ List of accepted file types. |
| `fileMaxSize` | _(optional)_ fileMaxSize is max size of each file in MB |
| `multipleFiles` | _(optional)_ if set true, accepting multiple files is allowed |
| `title` | _(optional)_ Custom text property. Replaces the default title |
| `text` | _(optional)_ Custom text property. Replaces the default text |
| `formatsDescription` | _(optional)_ Custom text property. Replaces the default accepted format description |
| `fileSizeDescription` | _(optional)_ Custom text property. Replaces the default max file size description |
| `fileSizeContent` | _(optional)_ Custom text property. Replaces the default file size content |
| `uploadButtonText` | _(optional)_ Custom text property. Replaces the default upload button text |
| `uploadLoadingText` | _(optional)_ Custom text property. Replaces the default loading text |
| `deleteButton` | _(optional)_ Custom text property. Replaces the default delete button text |
| `fileListAriaLabel` | _(optional)_ Custom text property. Replaces the default list aria label |
| `skeleton` | _(optional)_ Skeleton should be applied when loading content Default: null. |
| [Space](/uilib/components/space/properties) | _(optional)_ Spacing properties like `top` or `bottom` are supported. |

0 comments on commit e683ac1

Please sign in to comment.