tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.tjtanjin.com/
MIT License
103 stars 49 forks source link

feat: ChatInput component support custom buttons #45

Closed Jason-35 closed 2 months ago

Jason-35 commented 2 months ago

Description

buttons is added to chatInput options to allow custom buttons. Can rearrange button position through array position. By default it will render voice and send button. image

Closes #35

What change does this PR introduce?

Please select the relevant option(s).

What is the proposed approach?

Please give a short overview/explanation on the approach taken to resolve the issue(s).

Checklist: