Skip to content

SalsaFX Pro

SalsaFX Pro (@salsafx/ui-pro) is the commercial edition. It includes everything in the open-source package plus additional licensed components and features.

Pro release@salsafx/ui-prov4.62.3

Most users should start with the free package:

Terminal window
pnpm add @salsafx/ui

See Installation for the open-source setup.


  • Teams with a commercial license
  • Projects that need Pro-only components / features

If you do not have a license yet, contact us.


Pro is a private npm package under the @salsafx scope.

  1. Add npm auth for the private package

    Create a project .npmrc (or user-level config):

    Terminal window
    @salsafx:registry=https://registry.npmjs.org/
    //registry.npmjs.org/:_authToken=${NPM_TOKEN}

    Use the access token you received with your license (or an npm token with read access to @salsafx/ui-pro).

  2. Install the package

    Terminal window
    npm install @salsafx/ui-pro
  3. Install Lit (peer dependency)

    Terminal window
    npm install lit

Import from the Pro package instead of the open-source one:

import '@salsafx/ui-pro';

Or import only what you need (same component APIs as open-source, plus Pro extras):

import '@salsafx/ui-pro';

Open-source docs under Reference still apply to shared components. Pro-only APIs will be documented here as they ship.

Licence comparison (AGPL vs commercial): Licensing.