@userback/widget
v0.3.12
Published
Userback.io widget for Javascript and Typescript
Readme
@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.
