Getting Started
Installation
Get InkUI components into your project in seconds.
Requirements
- Node.js 20+
- An existing project using Ink v6+
- TypeScript (recommended)
Adding components
InkUI uses a copy-paste model — there is no package to install. Run the CLI to add components directly to your project:
This copies the component source into ./components/ui/ in your project. You own it.
Manual install (package)
If you prefer, every component is also published to npm:
Then import directly:
Peer dependencies
All components require these in your project:
Project setup (if starting fresh)
Create src/app.tsx:
Run with: