Skip to content

Installation

Using NPM

  1. Install library from NPM registry:

    Terminal window
    npm i ux-guide
  2. Import it where you want, try not to rerender it, as each time you initialize UxGuide class all state will be lost.

    import { UxGuide } from "ux-guide";
    const uxGuide = new UxGuide();
  3. Done, now you ux-guide chat box element should appear on your page!

Using CDN

Coming soon