Private NPM registry
How to set up the private NPM registry with Saas UI Pro.
All @saas-ui-pro
packages can be installed from our private NPM registry.
While the source code of these packages is included in the Saas UI Pro repository, you can use the private NPM registry to install them in existing projects.
Setting up a private NPM registry for Saas UI Pro is a simple process. You can use any of the popular package managers like NPM, Yarn, or PNPM to install Saas UI Pro from your private NPM registry.
The instructions are slightly different for each package manager, so we have separate guides for each of them.
NPM
Install Saas UI Pro with NPM.
Yarn
Install Saas UI Pro with Yarn.
PNPM
Install Saas UI Pro with PNPM.
Available packages
Package | Description |
---|---|
@saas-ui-pro/react | Pro React components |
@saas-ui-pro/onboarding | Onboarding components |
@saas-ui-pro/billing | React components and hooks for billing |
@saas-ui-pro/feature-flags | React components and hooks for feature flags |
@saas-ui-pro/kanban-core | Headless kanban primitives |
@saas-ui-pro/kanban | Styled kanban board React components |
Was this helpful?