Measured entry
ruixen-floating-toolbar
inputgradient-glowmotion on file
A compact floating control that combines selectable filter tabs with an expanding search field. It ships as a client-side React component from a shadcn registry, styles itself with Tailwind utility classes, and uses Motion for layout changes, hover feedback, and spring transitions. Callbacks expose tab and query changes.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 61.3 KB (126.7 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A polished, focused option for filterable lists when the combined tabs-and-search interaction matches the product. It works without framework-specific providers, but the global keyboard listener and Motion cost deserve scrutiny for such a compact control.
Use it if
- You need a small filter bar that can switch into search without opening a separate panel.
- Your interface already uses a dark neutral palette and animated micro-interactions.
- You can wire its tab and search callbacks into your own filtering logic.
Skip it if
- Your app already assigns the global search shortcut or escape key to another command surface.
- You need full tab semantics, controlled selection state, or URL-backed navigation out of the box.
- You want a lightweight static control and cannot justify adding Motion for one toolbar.
- Your design system cannot accommodate its dark, utility-class-driven styling without a rewrite.
Install
| Declared dependencies | motion |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, copy the client component, install Motion, and ensure React and Tailwind are configured to compile its utility classes. No context provider or shared shadcn primitive is required.
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.
Author repository
github.com/ruixenui/ruixen.comAlternatives
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.
- clay-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- neu-search-inputneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- clay-search-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.3KB
- Bare
- pass
- Prov
- NO
- originui-comp-33minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 20.7KB
- Bare
- pass
- Prov
- NO
- hextaui-labelminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- pass
- Prov
- NO
- ruixen-circular-stepper-inputliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 61.1KB
- Bare
- pass
- Prov
- NO