solid-tawk-messenger

💬 Tawk messenger chat for SolidJS

MIT License

Downloads
5
Stars
9
Committers
2

solid-headless

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:

  1. How to Use
  2. API Reference

License

Code released under MIT license.