thisdesign.space

REACT · library

Neobrutalism Components

Heavy borders, harsh shadows, bold colours — the maximalist counter-shadcn.

A shadcn-style component kit committed to the Neobrutalism aesthetic — thick 2-pixel borders, harsh offset drop shadows, oversaturated yellow/green/pink fills, no border-radius compromises. React + Tailwind, copy-paste source, MIT. The opposite of subtle and on purpose.

Visit neobrutalism.dev

The homepage is the canonical demo. The lab points; doesn't mirror.

Quick start

Installbash

npx shadcn@latest add https://neobrutalism.dev/r/button.json

Usagetsx

import { Button } from "@/components/ui/button";

<Button>Click me</Button>

Links