Measured entry

originui-input-button-22

inputunclassified

A small React form row that pairs a labeled email input with an outlined Send button. It ships as a shadcn registry component, uses Tailwind utility classes, and imports shared Button, Input, and Label primitives. Those primitives bring the Radix and class-variance-authority expectations of the surrounding UI setup.

Specimen
Harness screenshot of originui-input-button-22 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-input-button-22 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-input-button-22 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-button-22
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal14.6 KB (80.0 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 1.44s
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>/src/components/ui/button.tsx".

Verdict

A sensible, accessible form-row starter with clean responsive behavior, but it is presentation only. It needs a shadcn-style setup and does not mount in a bare project because its shared button primitive expects class-variance-authority.

Use it if

  • You need a compact email capture or invitation row with a visible label.
  • Your app already uses shadcn-style primitives and Tailwind utilities.
  • You want a neutral starting point and will connect the action yourself.

Skip it if

  • You need built-in submission, validation, loading, or success behavior.
  • Your design system does not expose compatible Button, Input, and Label primitives.
  • The input action must be embedded inside the field rather than placed beside it.

Install

Installation record for originui-input-button-22
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 Tailwind styling, configure the local import alias, provide compatible Button, Input, and Label primitives, and install class-variance-authority plus the declared Radix dependency. Then wire the button action and form states in application code.

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.