Measured entry

tripled-animated-radio-shadcnui

buttonminimal-flatmotion on file

A client-side React email-frequency selector that animates a custom radio mark with Framer Motion. It ships as a shadcn registry component, uses Tailwind utility classes and theme color variables, and declares the registry button dependency even though the rendered component does not use it.

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

Verdict

It builds, mounts, and stays within its viewport cleanly, but it is better treated as an animated visual sample than a finished form control. The lack of native radio inputs, keyboard behavior, and an external value API makes source changes necessary for production use.

Use it if

  • You need a compact single-choice selector with an animated selection indicator.
  • Your project already uses React, Framer Motion, Tailwind utilities, and compatible theme variables.
  • You are prepared to add native radio semantics and controlled-value support before using it in a real form.

Skip it if

  • You need an accessible production radio group without modifying the source.
  • The selection must participate in native form submission or validation as shipped.
  • You want to avoid adding Framer Motion for one small interaction.
  • You need reusable options, labels, or value callbacks rather than fixed choices and internal state.

Install

Installation record for tripled-animated-radio-shadcnui
Declared dependenciesframer-motion, react, radix-ui
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add React and Framer Motion, configure Tailwind or replace the utility classes, and define compatible accent and border color variables. The declared registry button dependency is not referenced by the component itself.

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