Skip to content

Commit 403bde2

Browse files
authored
chore: update readme
1 parent 5fee93c commit 403bde2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ function App() {
6060

6161
### Default Trigger
6262

63+
<img width="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+
6365
Adds a floating button in the bottom-right corner that opens the chatbot when clicked.
6466

6567
```tsx
@@ -70,10 +72,12 @@ Adds a floating button in the bottom-right corner that opens the chatbot when cl
7072
/>
7173
```
7274

73-
<img width="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-
7575
### Custom Trigger
7676

77+
<img width="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+
7781
**React:**
7882

7983
```tsx
@@ -103,8 +107,6 @@ function App() {
103107
}
104108
```
105109

106-
<img width="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" />
107-
108110
**Vanilla JavaScript:**
109111

110112
```html

0 commit comments

Comments
 (0)