LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.73k stars 598 forks source link

extraControl is not working. I want to add extracontrol cutom button in the Footer #372

Open priyangamani opened 1 year ago

priyangamani commented 1 year ago

Is there any way to customize the footer?

const handleBtn=()=>{ }

<ChatBot
   extraControl={<button onclick={handleBtn}/>}
  steps={{
      id: 'query',
        user: true,
      trigger:2,hideExtraControl: false,}}

Is there a solution to do that? Thanks!