Measured entry
originui-comp-54
A client-rendered, labeled text input with a fixed alphanumeric mask and an attribution link. It ships as a shadcn registry component, composes the project Input and Label primitives, and relies on React, use-mask-input, Tailwind utility classes, and the registry's shared styling conventions.



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 | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 57.6 KB (123.0 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 6.14s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/input.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A focused masked-input example that builds, mounts, and checks cleanly in its intended harness. It is not drop-in for a bare React app and needs a shadcn-style setup, including the shared input utility path. Use it when the fixed mask matches your data, otherwise adapt the pattern first.
Use it if
- You need a compact field for values that follow this exact letter-and-digit pattern.
- Your app already uses shadcn-style Input and Label primitives with Tailwind theme tokens.
- You want masking applied directly to the native input without building formatting logic yourself.
Skip it if
- Your accepted value format varies by country, account type, or user selection.
- You need validation, error messaging, form-library integration, or submission handling included.
- You want an unstyled standalone input with no project aliases or shared UI primitives.
Install
| Declared dependencies | use-mask-input, radix-ui |
|---|---|
| Missing on install | use-mask-input |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, install use-mask-input, add or replace the Input and Label primitives, configure the import alias, provide the shared class-merging utility, and map the Tailwind theme classes to your styling system. Keep it client-rendered where server components are 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.
Author repository
github.com/origin-space/originuiAlternatives
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