1.0.1 • Published 2 years ago

@smart_agwu/ils-js v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

How to Install ISW Widget

  • Run npm install ils-js
  • Import ils-js package in javascript import ISWidget from "ils-js
  • Start the widget by running ISWidget().buildWithOptions(options)

Options is an optional parameter containing { token: string, email: string, customerId: string, firstName: string, lastName: string, countryCode: sring, onClose: () => void onFailed: (error:string): void onSuccessful: (loanId:string): void

}