Licence
—
Version
0.1.33
Deps
11
Size
2.6 MB
Vulns
0
Weekly
0
ethereal-touch-chat-ui
Chatbot Widget component for React applications.
Installation
You can install Ethereal Touch Chat UI via npm:
npm install ethereal-touch-chat-ui
Usage
To use Ethereal Touch Chat UI in your React application, follow these steps:
Import the Component 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;
}