1.0.0 • Published 2 years ago

solid-tawk-messenger v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 1. API Reference

License

Code released under MIT license.

1.0.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago