whatsapp-btn-codewithdc
v0.1.2
Published
whatsapp floating button
Downloads
3
Readme
Whats App Button (Floating)
Demo
How to use?
Install the package
npm i whatsapp-btn-codewithdc
Import Component
import WhatsAppButton from "whatsapp-btn-codewithdc";
Copy & Paste this code
<WhatsAppButton number="PhoneNumber" text="Message" />
Replace number & text props value as per your requirments
<WhatsAppButton number="+000000000000" text="Hello World" />