An open API service indexing awesome lists of open source software.

https://github.com/SaadBazaz/next-whatsapp-chat-widget

📲 WhatsApp Chat Plugin/Widget for your Nextjs app
https://github.com/SaadBazaz/next-whatsapp-chat-widget

whatsapp-chat widget

Last synced: 7 months ago
JSON representation

📲 WhatsApp Chat Plugin/Widget for your Nextjs app

Awesome Lists containing this project

README

          

# next-whatsapp-chat-widget
📲 WhatsApp Chat Plugin/Widget for your Nextjs app

# How to use
The code's in src/
Preferably import it in ```__app.js``` like so:
```
import WhatsAppWidget from "../components/whatsAppWidget"
import "../components/whatsAppWidget.css"

function MyApp({Component, pageProps}) {
return
.
.
.

.
.
.

}
```

Good luck!