1.14.0 • Published 2 years ago

muxlisa-chatbot v1.14.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

import { ChatBot } from 'muxlisa-chatbot';

import 'muxlisa-chatbot/styles/chatbot.css';

// or

import 'muxlisa-chatbot/styles/chatbot.scss';

function App() {

new ChatBot();

return (
    <div>App component</div>
);

}

export default App;

1.14.0

2 years ago

1.13.0

2 years ago

1.12.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago