0.1.2 • Published 2 years ago

whatsapp-btn-codewithdc v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Whats App Button (Floating)

Demo

Alt Text

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" />

Authors