Measured entry

tripled-simple-calendar-shadcnui

selectminimal-flatmotion on file

A client-side React calendar card distributed as a shadcn registry component. It renders a fixed January view, animates day selection with Framer Motion, and uses Lucide chevrons plus Tailwind and shadcn-style theme tokens. The registry also declares the shared button component, although this source uses native motion buttons.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-simple-calendar-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-simple-calendar-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-simple-calendar-shadcnui 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 tripled-simple-calendar-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal61.8 KB (127.2 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 1.19s
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-143e314cdd3a/src/cut/components/uitripled/simple-calendar-shadcnui.tsx".

Verdict

Useful as a polished interaction sketch, but too hardcoded to ship as a real date picker. The month controls do nothing, the calendar data is fixed, and the verified accessibility issues require attention. Treat it as starter UI, not finished form infrastructure.

Use it if

  • You need a compact single-day selection demo inside an existing Tailwind and shadcn-themed React app.
  • You want an animated selection treatment to adapt into a real date picker.
  • Your product only needs a fixed calendar mockup or prototype.

Skip it if

  • You need working previous and next month navigation or calendar-aware date calculations.
  • You need a production-ready date picker with dates supplied by props, form integration, or disabled-date rules.
  • You require accessible output without first labeling the icon controls and correcting the flagged contrast.
  • You want to avoid adding an animation library for a small selection effect.

Install

Installation record for tripled-simple-calendar-shadcnui
Declared dependenciesframer-motion, react, radix-ui
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 add React, Framer Motion, and Lucide React, configure Tailwind utilities, and define the card, foreground, and accent theme values used by the classes. Add accessible names to the chevron buttons and adjust the low-contrast text before release. The declared shared button registry item is not actually imported by this component.

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