Measured entry
neu-input
inputneumorphismfirst party
A React email-style input that ships as a single source component, wrapping a native input with a label and optional hint. Its neumorphic surface, inset shadows, focus ring, sizing, and typography are expressed with Tailwind utility classes. It has no extra package dependency, provider, or shadcn primitive.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 17.7 KB (83.1 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A compact, dependency-free field that builds and mounts cleanly across the tested layouts. The native control and prop forwarding make it practical, but the supplied palette has a serious contrast issue, so adjust the low-contrast text color before production use.
Use it if
- You want a self-contained labeled field for a light neumorphic form.
- You prefer a native input that forwards standard input props and can be copied into a Tailwind project.
- Your form only needs a label, optional supporting hint, and a visible focus state.
Skip it if
- Your interface uses flat, high-contrast, dark, or non-neumorphic surfaces.
- You need the supplied colors to pass contrast checks without modification.
- You need built-in validation messaging, error styling, icons, or form-library wiring.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
First-party component from the sir-originals set. Copy the component into a React project and add Tailwind CSS with source scanning enabled for the component file. The arbitrary radius, shadow, color, and ring utilities must be supported by the Tailwind setup. No shadcn package, provider, or additional runtime dependency 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-originalsAlternatives
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.
- clay-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- neu-search-inputneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- clay-search-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.3KB
- Bare
- pass
- Prov
- NO
- originui-comp-33minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 20.7KB
- Bare
- pass
- Prov
- NO
- hextaui-labelminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- pass
- Prov
- NO
- ruixen-circular-stepper-inputliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 61.1KB
- Bare
- pass
- Prov
- NO