Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

117
Views
react-chatbot-kit on web application

I have been trying to use react-chatbot-kit on a plain html/css/js website, using the webpack bundle which compiles fine. However, the popup does not show on the web page. Have tried the same with react-simple-chatbot and it works fine. It does not work for the react-chatbot-kit.

Would appreciate help in getting it resolved. Thanks in advance!

Cheers

The code in index.js using the react-chatbot-kit is pasted below.

import React from 'react';
import ReactDOM from 'react-dom';
import Chatbot from 'react-chatbot-kit';
import ActionProvider from './components/react-chatbot-kit/ActionProvider';
import MessageParser from './components/react-chatbot-kit/MessageParser';
import config from './components/react-chatbot-kit/config';
import { ThemeProvider } from 'styled-components';

const chatwindowconfig ={
    width: "350px",
    height: "500px",
    floating: true,
};

ReactDOM.render(
    <div>
        <h1>This is the bundle from React!</h1>
        <ThemeProvider theme={theme}>
            <ChatBot
                    config={config} 
                    MessageParser={MessageParser} 
                    ActionProvider={ActionProvider}
                    {...chatwindowconfig}
            />
        </ThemeProvider>

    </div>,
    document.getElementById('root')
)
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!