# ethereal-touch-chat-ui

Chatbot Widget component for React applications.

## Installation

You can install Ethereal Touch Chat UI via npm:

```jsx
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:

```jsx
import "ethereal-touch-chat-ui/dist/style.css";
import PopUpChat from "ethereal-touch-chat-ui";
```

## Modifying CSS

example

```css
.popup-chat-button[class*="#my-widget"] {
  background-color: red;
}
```
