- Documented and Self explaining methods
- Small size without any external libraries
- All Javascript API are avaiable
- Maintained by Senior Front-end Developer of tawk.to
The plugin are available in node and yarn package managers.
# Node
npm install solid-tawk-messenger
# Yarn
yarn add solid-tawk-messenger
Import the solid-tawk-messenger in your main component. The propertyId and widgetId will be found on your tawk dashboard Administration > Chat Widget.
import TawkMessenger from 'solid-tawk-messenger';
function App() {
return (
<TawkMessenger
propertyId="property_id"
widgetId="widget_id"/>
)
}
This project includes a docs
folder with more details on:
Code released under MIT license.