Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sure-widget

sure-src3ISC1.0.25

 $ npm install sure-widget

readme

Sure widget

Installation

$ npm install sure-widget

Usage

import SureWidget from "sure-widget";

new SureWidget('your-institution-uuid', options);

Api

options

openOnInit: boolean - default true, immediately open widget after call constructor

methods

close: (remove: boolean) => void;

open: () => void;