react-whatsapp-badge

Click to chat Whatsapp badge

Downloads
24
Stars
2

react-whatsapp-badge

Click to chat Whatsapp badge

Install

npm install react-whatsapp-badge --save

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