helpdesk-widget-chat
v0.1.0
Published
Our Chat Widget is designed to streamline communication and enhance your users experience on your website. Whether they have questions, complaints, need technical support, or want to provide feedback, the Chat Widget is the most convenient way for users t
Downloads
6
Readme
Helpdesk Widget Chat
Our Chat Widget is designed to streamline communication and enhance your users experience on your website. Whether they have questions, complaints, need technical support, or want to provide feedback, the Chat Widget is the most convenient way for users to interact with your organization.
Installation
Install Helpdesk Widget Chat with npm
npm install helpdesk-widget-chat
Usage/Examples
import { ChatWidget } from "helpdesk-widget-chat";
import "helpdesk-widget-chat/dist/style.css";
function App() {
return (
<>
<ChatWidget />
</>
);
}
export default App;