ethereal-touch-chat-ui
v0.1.0
Published
Chatbot Widget component for React/JavaScript applications
Downloads
164
Readme
ethereal-touch-chat-ui
Chatbot Widget component for React applications.
Installation
You can install React Toast Popup via npm:
npm install ethereal-touch-chat-ui
Usage
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";
Modifying CSS
example
.popup-chat-button[class*="#my-widget"] {
background-color: red;
}