Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 25 days 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!