Chatbot Widget component for React applications.
You can install React Toast Popup via npm:
npm install ethereal-touch-chat-ui
To use React Toast Popup in your React application, follow these steps:
Import the useNotification hook and necessary styles in your component:
import "ethereal-touch-chat-ui/dist/style.css";
import PopUpChat from "ethereal-touch-chat-ui";
example
.popup-chat-button[class*="#my-widget"] {
background-color: red;
}