Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

119
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda