solid-tawk-messenger
v1.0.0
Published
SolidJS plugin for Tawk messenger
Downloads
4
Maintainers
Readme
Features
- 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
Installation
The plugin are available in node and yarn package managers.
# Node
npm install solid-tawk-messenger
# Yarn
yarn add solid-tawk-messenger
Quickstart
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"/>
)
}
Documentation
This project includes a docs
folder with more details on:
License
Code released under MIT license.