Getting Started
Installation
Choose your preferred method to add Brutalist UI to your project.
!
Prerequisites
React
18+ or 19
Tailwind CSS
3.0+
Node.js
18+
Installation Method
CLI Tool
Copy components into your codebase for full control and customization.
npx brutx@latest init
- Full customization control
- Pick individual components
- Own the code
- TypeScript included
Quick Start
1
Initialize your project
npx brutx@latest init
2
Add components
npx brutx@latest add button card badge
3
Use components
import { Button } from '@/components/ui/button';Framework Guides
Package Info
- CLI Package
- brutx
- Components
- 27
TypeScript
Full type definitions included. All components export their prop types for excellent DX.