We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b0dd5 commit 1572c96Copy full SHA for 1572c96
README.md
@@ -319,6 +319,8 @@ multiline code
319
320
(15) `acceptedFiles` can be used to set specifics file types allowed in chat. By default, all file types are allowed: `"*"`.
321
322
+Example: set `accepted-files="image/png, image/peg, application/pdf"` to allow `JPG` `PNG` and `PDF` files
323
+
324
(16) `styles` can be used to customize your own theme. Ex:
325
326
```javascript
@@ -446,9 +448,6 @@ styles="{
446
448
}"
447
449
```
450
-
-Example: set `accepted-files="image/png, image/peg, application/pdf"` to allow `JPG` `PNG` and `PDF` files
451
452
## Props data structure
453
454
Your props must follow a specific structure to display rooms and messages correctly:
0 commit comments