Setup

@wix/pro-gallery

To use the ProGallery API, install the @wix/pro-gallery package.

Follow the installation instructions for your development environment.

Development environmentInstallation method
Wix sites (editor or IDE)Use the package manager.
Wix sites (local IDE)Run wix install @wix/pro-gallery using the Wix CLI.
Blocks appsUse the same installation method as Wix sites.
CLI and self-hosted appsRun npm install @wix/pro-gallery or yarn add @wix/pro-gallery.
Headless sites and appsRun npm install @wix/pro-gallery or yarn add @wix/pro-gallery.

To import the package in your code:

Copy
Did this help?