SolidJS plugin for Tawk messenger
npm install solid-tawk-messengerbash
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.
`js
import TawkMessenger from 'solid-tawk-messenger';
function App() {
return (
propertyId="property_id"
widgetId="widget_id"/>
)
}
`
Documentation
This project includes a docs` folder with more details on: