1.0.25 • Published 4 years ago

sure-widget v1.0.25

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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;