Setup

PreviousNext

Using @pex/ui-web in a PEx app

@pex/ui-web is a private workspace package — no installation required inside the monorepo.

Add to your app

In your app's package.json:

{
  "dependencies": {
    "@pex/ui-web": "workspace:*"
  }
}

Then run pnpm install from the monorepo root.

Prerequisites

  • Next.js app within the pex-ecosystem monorepo
  • Tailwind CSS 4 configured
  • @pex/design-tokens available (already a dependency of @pex/ui-web)