Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaoaustero/solid-tawk-messenger

💬 Tawk messenger chat for SolidJS
https://github.com/jaoaustero/solid-tawk-messenger

solid-tawk solidjs solidjs-tawk tawk tawkto

Last synced: 1 day ago
JSON representation

💬 Tawk messenger chat for SolidJS

Awesome Lists containing this project

README

        

# ![solid-headless](/images/banner.jpg)


## 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](https://www.tawk.to)


## Installation
The plugin are available in node and yarn package managers.
```bash
# 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 (

)
}
```


## Documentation

This project includes a `docs` folder with more details on:
1. [How to Use](docs/how-to-use.md)
1. [API Reference](docs/api-reference.md)


## License

Code released under [MIT](https://github.com/jaoaustero/solid-tawk-messenger/blob/main/LICENSE) license.