Installation
Install nqui in your project
Installation
Install nqui from npm to get started with the component library.
Package Installation
npm install @nqlib/nquiVersion Information
Current version: 0.3.3
Check the latest version on npm.
What Gets Installed
When you install nqui, you get:
- All component code (TypeScript definitions included)
- CSS styles and design tokens
- Debug tools (optional)
- TypeScript types
Next Steps
After installation:
- Setup CSS — Run
npx @nqlib/nqui init-css(recommended) or manually add imports - Follow framework setup — Configure Tailwind v4 for your framework
Choose your framework:
- Next.js Setup
- Vite Setup
- Theme Setup — For dark/light mode switching