Measured entry

ruixen-calendar-wave

calendarunclassifiedmotion on file

A client-side React single-date calendar with animated month changes and a cursor-driven wave across day cells. It ships as a shadcn registry component, uses Motion for springs and presence transitions, imports the shared cn utility, relies on utility classes for color states, and can create short Web Audio ticks.

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

What the harness recorded

BARE BUILD

✗ Build failed in 25.80s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/calendar-wave.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A polished novelty calendar for lightweight single-date selection, with clean rendering and no observed accessibility or overflow findings. It needs a shadcn-style setup because the bare project cannot resolve its shared utility import. Choose it for the wave interaction, not as a full scheduling primitive.

Use it if

  • You want a compact single-date picker whose main distinction is a playful pointer response.
  • Your interface already uses shadcn conventions and Motion, so the registry component fits without adaptation.
  • You need previous and next month navigation plus a simple date string callback.

Skip it if

  • You need date ranges, disabled dates, minimum or maximum rules, or booking availability.
  • You need a strictly controlled value that reliably follows updates from its parent after mounting.
  • You need localized month and weekday labels rather than the built-in English calendar copy.
  • You want to avoid adding an animation dependency for a small date control.

Install

Installation record for ruixen-calendar-wave
Declared dependenciesmotion
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

A non-shadcn project must install Motion, provide the cn class-combining helper at the expected alias or change that import, and configure the utility classes used for light and dark states. It also needs client-side React support; disable or remove the optional Web Audio tick if sound is unsuitable.

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