1.0.3 • Published 6 years ago
react-whatsapp-badge v1.0.3
react-whatsapp-badge
Click to chat Whatsapp badge

Install
npm install --save react-whatsapp-badgeUsage
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