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.
v4.62.3
Most users should start with the free package:
pnpm add @salsafx/uiSee Installation for the open-source setup.
Who this is for
Section titled “Who this is for”- Teams with a commercial license
- Projects that need Pro-only components / features
If you do not have a license yet, contact us.
Install
Section titled “Install”Pro is a private npm package under the @salsafx scope.
-
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). -
Install the package
Terminal window npm install @salsafx/ui-proTerminal window pnpm add @salsafx/ui-proTerminal window yarn add @salsafx/ui-proTerminal window bun add @salsafx/ui-pro -
Install Lit (peer dependency)
Terminal window npm install litTerminal window pnpm add litTerminal window yarn add litTerminal window bun add 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.
© 2026 SalsaFX.PlutonKrea s.r.o.All rights reserved |Contact| SalsaFX v4.62.3