Measured entry

tripled-cash-flow-chart

tooltipminimal-flatmotion on file

An animated cash-flow bar chart shipped as a shadcn registry React client component. It includes monthly and yearly views, focusable bars, hover and keyboard tooltips, reduced-motion handling, and screen-reader summaries. It depends on React, Framer Motion, Tailwind-style theme classes, and a shadcn-style cn utility.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-cash-flow-chart at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of tripled-cash-flow-chart at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-cash-flow-chart 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-cash-flow-chart
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal70.6 KB (136.0 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 1m 58s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/data/charts/cash-flow-chart.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A credible accessible dashboard chart with useful focus behavior and reduced-motion support, but it is closer to a polished template than a reusable data component. It needs a shadcn-style setup, and teams should plan to expose the embedded data and formatting as props before production use.

Use it if

  • You need a dashboard cash-flow card with a built-in period switch and animated bars.
  • Keyboard-accessible tooltips and an assistive-technology data table matter for your chart.
  • Your app already uses shadcn conventions, Tailwind theme tokens, and Framer Motion.

Skip it if

  • You need a chart that accepts live data through props, because the datasets and currency formatting are embedded in the component.
  • Your layout must avoid horizontal scrolling on narrow screens.
  • You want a lightweight chart without adding Framer Motion or maintaining shadcn-compatible styling utilities.

Install

Installation record for tripled-cash-flow-chart
Declared dependenciesframer-motion, react
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 and Framer Motion, configure Tailwind-compatible utilities and the referenced color and accessibility classes, provide a cn class-merging helper at the expected alias, and ensure client components are supported. Replace the embedded datasets or add props before connecting application data.

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