Documentation Index
Fetch the complete documentation index at: https://supertab-feature-merchant-auth-change-again.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
You’ll need your Website’sclientId to initialize Supertab.js. If you haven’t created a Website yet, follow the guide Create Websites first.
To find your Website’s clientId, log in to the Business Portal, navigate to Organization / Websites, then click the ”…” button next to your Website.
Quick Start
Choose an installation method based on your setup:- Using a bundler (Webpack, Vite, Rollup, etc.) → Install from npm
- Modern browsers with ES modules → CDN with ES Module import
- Legacy browser support → CDN with global loader
From npm
Install Supertab.js from npm for use with bundlers like Webpack, Vite, or Rollup:loadSupertab() loads the latest compatible Supertab.js version from our CDN. It must be called in a browser environment—it won’t work server-side.Directly from CDN
Load Supertab.js directly from our CDN without a build step. Two options:With an ES Module import
Use this method for modern browsers that support ES modules:With the global loader
Use this method for environments without ES module support. The scriptsupertab.global.js exposes the global function window.loadSupertab():
Versioning
CDN URLs are versioned. Usingv3 automatically loads the latest 3.x.x version (patch and minor releases). Breaking changes are released as new major versions.