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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-add-task-sheet at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-add-task-sheet at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-add-task-sheet 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-add-task-sheet
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious2
Axe moderate0
Axe minor0
Gzip marginal63.9 KB (129.4 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for ruixen-add-task-sheet
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, 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.

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.