Skip to main content
For non-React applications, the Skip Go Widget is available as a web component.

Installation

You can import the web component in two ways:

1. NPM

Note: Ensure Node has sufficient memory allocated: CopyNODE_OPTIONS=--max-old-space-size=32384 This can be added to npm scripts in package.json, a .env file, or used when running Node directly.

Usage

Props are the exact same as WidgetProps but you are required to pass them to the element via javascript/typescript.

Performance Considerations

It’s recommended to lazy load this component as it comes pre-bundled with all dependencies, which may impact load times, especially in development environments.