Measured entry

originui-select-17

selectunclassified

A copy-paste React and Tailwind field that joins a native protocol selector to a text input under one visible label. It ships through a shadcn registry and composes the registry's Input, Label, and SelectNative primitives, with React's generated IDs and the declared Radix UI package in the installed setup.

Specimen
Harness screenshot of originui-select-17 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-select-17 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-select-17 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-select-17
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal15.3 KB (79.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.67s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/label.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A focused URL-entry pattern that builds and mounts in its intended environment, but it is not ready unchanged because the native selector lacks an accessible name. It needs a shadcn-style setup, and teams should add a dedicated label or equivalent accessible naming before shipping it.

Use it if

  • You need users to choose a URL scheme separately from the host or address they enter.
  • Your app already uses shadcn-style aliases, shared form primitives, and Tailwind utility classes.
  • You want a compact joined control while keeping the scheme picker native.

Skip it if

  • You need an accessible drop-in without modification, because the selector has no accessible name.
  • You want one validated URL field rather than separate scheme and address values.
  • Your design system does not use Tailwind or shadcn-style component plumbing.
  • You need a searchable, custom-rendered, or async option menu instead of a native selector.

Install

Installation record for originui-select-17
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, Tailwind CSS, the declared Radix UI dependency, compatible Input, Label, and native select primitives, the class-merging utility those primitives expect, and matching import aliases and theme tokens. Also give the selector its own accessible label or an equivalent accessible name.

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 select pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.