widget-js/widget-js at develop · userback/widget-js · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

@userback/widget

The official NPM module for embedding the Userback.io widget into your Javascript or Typescript application.

Installation

npm i @userback/widget

or

yarn add @userback/widget

Quickstart

import Userback from '@userback/widget';
Userback('**USERBACK_TOKEN**', options);

Documentation

For full usage instructions, examples, and API reference, please visit the official Userback NPM integration guide.