Measured entry

neobrutalism-ninput

inputbrutalism

A thin React and TypeScript wrapper around the native input, shipped as shadcn registry source rather than a packaged widget. It uses a shared class-merging helper backed by clsx and tailwind-merge, and its neobrutalist appearance assumes Tailwind plus project theme tokens for colors, borders, radius, and typography.

Specimen
Harness screenshot of neobrutalism-ninput at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-ninput at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-ninput at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for neobrutalism-ninput
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal29.5 KB (95.0 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound low-level input for an existing neobrutalist design system, but not a complete form field. The tested demo leaves an input unlabeled, so teams must add an associated label at every use site before treating it as accessible.

Use it if

  • You want a native input primitive with a bold bordered neobrutalist treatment.
  • Your form layer already supplies labels, validation messaging, and field composition.
  • Your Tailwind theme already exposes the custom color, radius, and font tokens used by the component.

Skip it if

  • You need a complete accessible field that creates and associates its own label.
  • Your project does not use Tailwind or cannot adopt the component's custom theme tokens.
  • You want behavior beyond a native input, such as masking, clear controls, or built-in validation UI.

Install

Installation record for neobrutalism-ninput
Declared dependenciesclsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add React, Tailwind, clsx, and tailwind-merge; provide the cn class-merging helper or replace it; configure the referenced theme tokens; and rewrite the alias import if your resolver does not support it. Add labels in the surrounding form markup.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-16

Alternatives

Other published entries for the input pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.