lovely-whatsapp-fab
v1.0.3
Published
A whatsapp chat floating button
Downloads
5
Readme
lovely-whatsapp-fab
A Whatsapp chat FAB (Floating Action Button) that open whatsapp on mobile and whatsapp PC on computer.
Installation
npm install lovely-whatsapp-fab
Usage
import React from 'react';
import WhatsappFAB from 'lovely-whatsapp-fab';
function MyComponent() {
return (
<WhatsappFAB
phoneNumber="+919876543210" // Set `your whatsapp chat phone number`
message={"Hi, I need enquiry about the services you provide"}
/>
);
}
Props:
- phoneNumber: Your whatsapp chat phone number.
- message: A message that will be written in user's chatbox by default when whatsapp open. They can edit this message before send.
Preview
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Author
Changelog See the CHANGELOG file for details about changes.