solid-tawk-messenger

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i solid-tawk-messenger

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

15.2 kB

Total Files

5

Last publish

Collaborators

  • jao