Including Supertab.js on your page
clientId
to use Supertab.js.
You can find the clientId
associated with each of your sites in the business portal.
Supertab
class and instantiate it:
Supertab
class.
window.loadSupertab()
. It returns a promise that resolves with the Supertab
class..
You can handle promises through the use of async / await or through promise chaining with .then().
v3
will automatically upgrade you to new minor versions.
Breaking changes are included in new major versions.