Measured entry

tripled-currency-converter-card-shadcnui

inputminimal-flatmotion on file

A client-side React currency converter card distributed through a shadcn registry. It calculates against fixed local demo rates, adds delayed feedback and transitions with Framer Motion, and uses Lucide icons plus Tailwind-style theme tokens. It does not connect to an exchange-rate service.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-currency-converter-card-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-currency-converter-card-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-currency-converter-card-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-currency-converter-card-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical3
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal63.5 KB (128.9 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 967ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-bdf997ae3c5a/src/cut/components/uitripled/currency-converter-card-shadcnui.tsx".

Verdict

A convincing prototype that builds, mounts, and stays contained across the tested layouts. Use it as editable UI scaffolding, not a production currency tool: the rates are simulated, and the unlabeled controls create critical accessibility failures that must be fixed.

Use it if

  • You need a compact converter mockup for a finance dashboard or prototype.
  • You want editable source with amount validation, currency swapping, and animated result feedback.
  • Your app already uses React, utility classes, and compatible theme tokens.

Skip it if

  • You need current or transaction-grade exchange rates without adding an external data source.
  • You need an accessible form without first adding proper labels to the inputs, selectors, and swap button.
  • You want to avoid an animation dependency for a small input card.

Install

Installation record for tripled-currency-converter-card-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

In a non-shadcn project, add React, Framer Motion, and Lucide React, then provide Tailwind-compatible utilities and the referenced color and border theme tokens. Copy the client component directly; no provider is required. Add explicit label associations and an accessible name for the swap control.

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.