chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.34k stars 116 forks source link

How can I add button inside MessageInput Like emoji button to open emoji picker. #75

Closed jaipatel248 closed 2 years ago

jaipatel248 commented 2 years ago

Coming to the issue/feature request, currently MessageInput I want to add a button for emoji to open emoji picked. If I can add a button near to attachment it will still work.

supersnager commented 2 years ago

@jaipatel248 The following sources should help:

7

https://chatscope.io/storybook/react/?path=/docs/components-chatcontainer--wrapped-message-input#wrapped-messageinput

https://chatscope.io/storybook/react/?path=/docs/documentation-recipes--page#changing-component-type-to-allow-place-it-in-container-slot

jaipatel248 commented 2 years ago

Thanks for the help. I think you should add that details in MessageInput's documentation as well or put a link.

supersnager commented 2 years ago

@jaipatel248 You are right, I was just looking for it myself there :rofl: