Installation
Using NPM
-
Install library from NPM registry:
Terminal window npm i ux-guideTerminal window pnpm add ux-guideTerminal window yarn add ux-guideTerminal window ni ux-guide -
Import it where you want, try not to rerender it, as each time you initialize
UxGuideclass all state will be lost.import { UxGuide } from "ux-guide";const uxGuide = new UxGuide(); -
Done, now you ux-guide chat box element should appear on your page!
Using CDN
Coming soon