Measured entry

originui-input-15

inputunclassified

A labeled text input with a fixed .com add-on attached to its trailing edge. It ships as a React registry component and composes Origin UI's Input and Label primitives, React useId, Tailwind utility and theme classes, and the declared Radix package.

Specimen
Harness screenshot of originui-input-15 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-input-15 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-input-15 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-15
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal14.3 KB (78.9 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.02s
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, sensible domain-entry pattern that builds, mounts, and stays clean across the tested layouts. It is not drop-in for a bare React app: it needs a shadcn-style setup, and the fixed suffix makes it unsuitable for general URL entry.

Use it if

  • You are collecting a domain stem and always append the same .com suffix.
  • Your project already uses shadcn-style registry primitives, Tailwind theme tokens, and path aliases.
  • You want the label and field association handled with a generated React identifier.

Skip it if

  • Users need to choose or type different domain suffixes.
  • Your form needs validation, help text, or error messaging built into the component.
  • Your project does not use Tailwind utilities or shadcn-style component plumbing and you do not want to add them.

Install

Installation record for originui-input-15
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

For a non-shadcn project, add the registry Input and Label primitives, the declared Radix package, Tailwind utilities and matching theme tokens, an at-sign path alias, and a cn class-merging helper at src/lib/utils. Then adapt the registry import paths to your component layout.

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.