Supertab.js
Installation
Including Supertab.js on your page
Before launching an experience you must first install and initialize Supertab.js
You must have a Supertab clientId
to use Supertab.js.
You can find the clientId
associated with each of your sites in the business portal.
with npm
Install
Then import Supertab
class and instantiate it:
Initialize
with CDN
The compiled bundle exposes Supertab
class to window
object.
Include & Initialize
Versioning
The CDN URL is versioned, including v3
will automatically upgrade you to new minor versions.
Breaking changes are included in new major versions.