0.1.2 • Published 3 years ago
whatsapp-btn-codewithdc v0.1.2
Whats App Button (Floating)
Demo

How to use?
Install the package
npm i whatsapp-btn-codewithdcImport 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" />