Measured entry

neobrutalism-progress

progressbrutalismmotion on file

A client-side React progress bar shipped as a shadcn registry component. It wraps Radix Progress primitives, uses a local cn helper backed by clsx and tailwind-merge, and expects Tailwind classes plus the neobrutalism theme tokens for its bordered track, fill, and transition.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of neobrutalism-progress at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-progress at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-progress 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-progress
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal32.5 KB (98.0 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound, narrowly scoped Radix wrapper that builds and mounts cleanly, with no provider requirement. The styling is distinctive and portable with the right tokens, but the demo leaves every progress bar unnamed for assistive technology, so accessible labeling is required before shipping.

Use it if

  • You want a compact determinate progress bar with a neobrutalist border and fill treatment.
  • Your React interface already uses Tailwind theme tokens and a shared cn utility.
  • You prefer Radix semantics and state handling over a custom progress implementation.

Skip it if

  • You need an indeterminate loader or richer status states without extending the component.
  • You cannot provide an accessible name at each call site, since the component does not add one itself.
  • Your design system does not define the custom neobrutalism color, border, and radius tokens.
  • You want to avoid adding Radix and class-merging dependencies for a simple visual indicator.

Install

Installation record for neobrutalism-progress
Declared dependencies@radix-ui/react-progress, clsx, 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 Radix Progress, clsx, and tailwind-merge; provide the cn utility; configure Tailwind; and define the referenced neobrutalism background, border, radius, and main-color tokens. Pass an accessible label or a valid labelling relationship whenever the component is used.

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 progress pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.