3.0.1 • Published 2 years ago

tawkto-react v3.0.1

Weekly downloads
862
License
ISC
Repository
github
Last release
2 years ago

tawkto-react

A simple wrapper around tawk.to JS API to help integrate chat into any application that is based on the react framework

Installation

npm install tawkto-react --save

Usage

This package is simple react wrapper around the tawk.to JS API. Explore the Tawk JS API as you wish.

Please consider migrating to the latest version and fetch the propertyId and tawkId from your account

Screenshot

class component

import TawkTo from 'tawkto-react'

componentDidMount()
{
    var tawk = new TawkTo(propertyId, tawkId)

    tawk.hideWidget()
}

functional component

import TawkTo from 'tawkto-react'

useEffect(() => {
    
    var tawk = new TawkTo(propertyId, tawkId)

    tawk.onStatusChange((status) => 
    {
        // console.log(status)
    })

}, [])

License

MIT

Authors

  • Steve Junior
3.0.1

2 years ago

3.0.0

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago