Measured entry

ruixen-url-input

inputliquid-glassmotion on file

A client-side React URL field with a liquid-glass treatment, entrance animation, protocol cue, optional focus sound, and live favicon preview with a globe fallback. It ships as a shadcn registry TypeScript component, keeps its CSS inline, depends on Motion, and uses browser Web Audio without a provider.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-url-input at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-url-input at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-url-input 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 ruixen-url-input
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal59.3 KB (124.7 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A distinctive, usable field that builds and mounts cleanly even outside a shadcn scaffold. Adopt it when favicon feedback suits the product, but fix the low-contrast text and review the fixed protocol cue, outbound favicon requests, and default focus sound before production.

Use it if

  • You want a polished website field that previews the entered domain favicon.
  • Your interface already uses glass styling and can accommodate an animated field.
  • You can accept a browser-generated sound on focus or will disable it through the component prop.

Skip it if

  • You need the supplied colors to pass accessibility checks without adjustment.
  • Your URL flow must clearly support protocols other than the fixed HTTPS cue.
  • Your privacy policy should not trigger favicon requests to domains as a user types.
  • You want a plain form control without animation, glass effects, or audio behavior.

Install

Installation record for ruixen-url-input
Declared dependenciesmotion
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, add Motion, copy the client component into your source tree, and ensure it renders only in a browser-capable client boundary. No utility CSS package or context provider is required because the styling is embedded.

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.

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.