0.0.1 • Published 9 months ago

ethereal-touch-audio-ui v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

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;
}