react-whatsapp-badge
v1.0.3
Published
Click to chat Whatsapp badge
Downloads
25
Readme
react-whatsapp-badge
Click to chat Whatsapp badge
Install
npm install --save react-whatsapp-badge
Usage
import React, { Component } from 'react'
import WhatsappBadge from 'react-whatsapp-badge'
class Example extends Component {
render () {
return (
<WhatsappBadge text='Hello there' phone='55123456789' image='whatsapp.png' />
)
}
}
More info about Whatsapp click to chat
Options
| Parameter | Required | Desciption |
| ------------- | ------------- | ------------- |
| text | yes | Text to display on input when open chat |
| phone | yes | Phone number with country code to send message (only number) |
| image | yes | Image to display on badge (download this file and save on public folder: img) |
License
MIT © felops