Measured entry

originui-input-07

inputunclassified

A labeled email input with a muted gray fill and visible focus and invalid states. It ships as a shadcn registry component plus reusable Input and Label primitives, and depends on React useId, the Radix UI label primitive, Tailwind theme classes, and a cn class-merging utility.

Specimen
Harness screenshot of originui-input-07 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-input-07 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-input-07 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 originui-input-07
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal14.2 KB (78.8 KB build, 64.6 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1.18s
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 sensible, accessible field preset with clean label wiring and no observed runtime or accessibility issues. It needs a shadcn-style setup to mount, so it is a quick fit inside that ecosystem but involves avoidable plumbing elsewhere.

Use it if

  • You need a compact email field whose label is correctly associated with the control.
  • Your product already uses shadcn conventions, Tailwind theme tokens, and Radix UI.
  • You want a muted filled input rather than a plain transparent field.

Skip it if

  • A native label and input already match your design system without wrapper components.
  • Your project does not use Tailwind theme tokens and you do not want to translate the styling.
  • You need validation, help text, form state, or submission behavior included in the component.

Install

Installation record for originui-input-07
Declared dependenciesradix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add React, the Radix UI package, Tailwind utilities and matching theme tokens, a cn class-merging helper, and local Input and Label modules. Replace the registry aliases with paths used by your application.

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-12

Alternatives

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.