Installation
Install GwenUI packages dan setup CLI di project Next.js kamu.
Requirements#
- Node.js 18+
- Next.js 14+ (App Router)
- Tailwind CSS v4
- TypeScript
Install via CLI (Recommended)#
The fastest way to get started is with the GwenUI CLI:
$ pnpm dlx gwen-ui initThis will guide you through setting up @gwenui/themes and configuring your
globals.css with GwenUI design tokens.
Manual Install#
1. Install themes package
$ pnpm add @gwenui/themes2. Import tokens in your globals.css
@import "@gwenui/themes/tokens";
@import "@gwenui/themes/fonts";3. Add a block
npx gwen-ui add pricingBlocks are copied directly into your project — you own the code.