Measured entry
neu-search-input
inputneumorphismfirst party
A neumorphic React search form that ships as a single JSX component with an input, icon, and submit button. It is styled entirely with Tailwind utility and arbitrary-value classes, has no extra package dependencies, and passes the submitted query plus the form event to an optional callback.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 18.1 KB (83.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused, dependency-light search control with clean submit behavior and no detected accessibility violations. It is a reasonable fit for matching neumorphic screens, but the narrow-screen overflow, fixed identifier, and hard-coded palette make it better as a starting point than a drop-in system component.
Use it if
- You need a self-contained search form for a light neumorphic interface.
- Your app already processes search submissions through a callback rather than direct navigation.
- Your Tailwind setup supports arbitrary-value shadows and colors.
Skip it if
- The form must fit reliably on narrow mobile screens without further responsive work.
- You need several instances on one page, since the fixed input identifier can create duplicate labels and identifiers.
- Your design system requires theme tokens or dark mode instead of hard-coded colors and shadows.
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. No shadcn primitives or provider are required. A non-shadcn React project must add Tailwind CSS, ensure this file is included in Tailwind content scanning, and support the utility classes used for screen-reader text, focus states, sizing, colors, and arbitrary shadows.
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
- 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
- ruixen-floating-toolbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 61.3KB
- Bare
- pass
- Prov
- NO