Measured entry

originui-comp-34

inputminimal-flat

A controlled React text input with a visible, live character counter and an associated label. It ships as a shadcn registry component plus a small state hook, and relies on Origin UI's shared Input and Label primitives, Tailwind theme classes, a local class-name utility, and Radix UI for the label primitive.

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

What the harness recorded

BARE BUILD

✗ Build failed in 5.41s
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 choice for forms that benefit from an always-visible character count. It mounts cleanly in the prepared harness, but it needs a shadcn-style setup because the bare source expects local aliases, utilities, themed classes, and shared UI primitives.

Use it if

  • You need a labeled single-line field that shows users how much text they can still enter.
  • Your app already uses shadcn-style aliases, Tailwind theme tokens, and shared form primitives.
  • You want the counter connected to the field and announced as its value changes.

Skip it if

  • Your form library must own the field value and you do not want to adapt the included state hook.
  • You need multiline input, byte-aware limits, or validation rules beyond a simple character cap.
  • You want a dependency-free native input without registry primitives or Radix UI.

Install

Installation record for originui-comp-34
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 Radix UI, the Input and Label primitives, the character-limit hook, a compatible class-name helper, Tailwind styles and theme tokens, and either configure the source alias or rewrite the imports. The component also needs React client-side state support.

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

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.