Setup
Installation
Install the base package, inspect the registry, then add the exact components your interface needs.
Step 1
Install the package
Add PacmanUI to your React or Next.js project.
pnpm add pacmanuinpm install pacmanuiStep 2
Browse components
Use the CLI to inspect what is available before adding files.
pnpm dlx pacmanui listnpx pacmanui listStep 3
Add only what you need
Install individual components into your project source.
pnpm dlx pacmanui add buttonnpx pacmanui add button