Measured entry
ruixen-add-task-sheet
inputunclassifiedmotion on file
A controlled React client component for quick task entry, distributed as a shadcn registry item. It presents an animated modal with a title field, priority choices, keyboard submission, and optional Web Audio feedback. It depends on Motion, React state, browser audio APIs, and a positioned parent for its absolute overlay.



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 | 2 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 63.9 KB (129.4 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused, working quick-add interaction with a clean controlled API and responsive mounting. It is a solid starting point, but not production-ready as shipped because the dialog has no accessible name and several controls have insufficient contrast.
Use it if
- You need a compact task composer with title and priority selection.
- Your product already uses controlled open state and callback-based submission.
- You want an animated overlay that can live inside a dashboard panel or fill a viewport wrapper.
Skip it if
- You need an accessible dialog without first adding a name, stronger contrast, and more complete focus handling.
- Your form needs descriptions, due dates, assignees, validation messages, or other task fields.
- You cannot accept Motion, utility-class styling, or optional browser-generated interaction sounds.
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 React project, copy the component into the client bundle, install Motion, and provide Tailwind-compatible utility classes or replace them with local CSS. Mount it inside a positioned container, wire the controlled open and submit callbacks, then add an accessible dialog label and raise control contrast.
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