1.0.6 • Published 7 months ago

awesome-web-chatbot v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

awesome-web-chatbot

This package provides a react component to easily integrate AwesomeQA's web chatbot in your react app.

Here's a comprehensive guide how to integrate the chatbot in your app using this package: https://awesome-qa.notion.site/Web-chatbot-integration-developer-manual-ede86d862c964076b90569957a79bef4?pvs=4

For general information about AwesomeQA and ways to contact us, please visit our website: https://awesomeqa.xyz

Example code

import AwesomeWebChatbot, { AwesomeWebChatbotConfig } from "awesome-web-chatbot";
...
const config: AwesomeWebChatbotConfig = { theme: "dark", primaryColor: "#FFFF00", widgetButtonPxSize: 56 };
...
<...>
	<... />
	<AwesomeWebChatbot communityId="COMMUNITY_ID" config={config} />;
</...>
1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago