We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bba24 commit d1d0325Copy full SHA for d1d0325
1 file changed
README.md
@@ -168,6 +168,9 @@ import { MessageList } from 'react-chat-elements'
168
| onDownload | none | function | message list item on download (file or photo) (message(object) is returned) |
169
| onScroll | none | function | message list onScroll event |
170
| onForwardClick | none | function | message list item onForwardClick event |
171
+| downButton | true | boolean | message list scroll to bottom button |
172
+| downButtonBadge | none | boolean | message list downButton badge content |
173
+| onDownButtonClick | none | function | message list onDownButtonClick |
174
175
176
## ChatList Component
0 commit comments