Measured entry

neu-progress

progressneumorphismfirst party

NeuProgress is a compact React progress indicator with a neumorphic track, a blue fill, an optional percentage readout, and an accessible progressbar role. It ships as one default-exported component with no package dependencies, but its layout, colors, shadows, and fill states rely on Tailwind utility classes and arbitrary-value support.

Specimen
Harness screenshot of neu-progress at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neu-progress at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neu-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 neu-progress
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal17.8 KB (83.2 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A focused, dependency-free React component that builds and mounts cleanly and includes sensible progress semantics. It is a good fit for neumorphic Tailwind screens, provided its stepped visual precision and fixed styling match the product.

Use it if

  • You need a labeled determinate progress bar that accepts value and maximum props.
  • Your interface already uses a soft neumorphic surface and Tailwind utilities.
  • You are comfortable with the fill snapping to a small set of predefined width steps.

Skip it if

  • You need visually continuous or highly precise progress changes rather than stepped fill widths.
  • Your design system does not use neumorphic shadows or the component's fixed blue accent.
  • You need an indeterminate state, segmented milestones, or built-in status messaging.

Install

Installation record for neu-progress
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

First-party component from the sir-originals set. A non-shadcn project only needs React and Tailwind CSS configured to scan this component and preserve its arbitrary shadow and width utilities. No provider, helper library, or additional package is required.

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.

Author repository

mrkeyoor/sir-originals
License
MIT
Record published
2026-08-13

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.