You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ function App() {
60
60
61
61
### Default Trigger
62
62
63
+
<imgwidth="1887"height="829"alt="Screen Shot 2025-10-24 at 14 39 33 PM"src="https://github.com/user-attachments/assets/dfb3b8c0-ba8b-4c7d-bf0d-a4022982d45f" />
64
+
63
65
Adds a floating button in the bottom-right corner that opens the chatbot when clicked.
64
66
65
67
```tsx
@@ -70,10 +72,12 @@ Adds a floating button in the bottom-right corner that opens the chatbot when cl
70
72
/>
71
73
```
72
74
73
-
<imgwidth="1887"height="829"alt="Screen Shot 2025-10-24 at 14 39 33 PM"src="https://github.com/user-attachments/assets/dfb3b8c0-ba8b-4c7d-bf0d-a4022982d45f" />
74
-
75
75
### Custom Trigger
76
76
77
+
<imgwidth="1898"height="830"alt="Screen Shot 2025-10-24 at 14 42 16 PM"src="https://github.com/user-attachments/assets/a2efaa07-f441-4281-bf8c-818b98a8c8b1" />
78
+
79
+
Use your own button or trigger element to control when the chatbot opens. This mode is useful when you want the chatbot to integrate seamlessly with your existing UI design or place the trigger in a specific location (like a navigation bar or help menu).
80
+
77
81
**React:**
78
82
79
83
```tsx
@@ -103,8 +107,6 @@ function App() {
103
107
}
104
108
```
105
109
106
-
<imgwidth="1898"height="830"alt="Screen Shot 2025-10-24 at 14 42 16 PM"src="https://github.com/user-attachments/assets/a2efaa07-f441-4281-bf8c-818b98a8c8b1" />
0 commit comments