Measured entry

tripled-floating-info-panel-shadcnui

tooltipminimal-flatmotion on file

A client-side React info card that repeatedly fades in, drifts upward, and fades out. It ships as a shadcn registry component with configurable title, description, and icon props, and depends on Framer Motion, Lucide React, Tailwind utilities, and shadcn color tokens.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-floating-info-panel-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-floating-info-panel-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-floating-info-panel-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-floating-info-panel-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal61.9 KB (127.4 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 778ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-9ee7bf93e511/src/cut/components/uitripled/floating-info-panel-shadcnui.tsx".

Verdict

A tidy ambient status treatment, but not a true tooltip and not suitable for essential content. Its successful standalone mount is encouraging; the contrast failure, perpetual motion, missing reduced-motion handling, and undeclared icon dependency still require cleanup before production use.

Use it if

  • You need a decorative, nonessential status card that can appear and recede on its own.
  • Your interface already uses shadcn theme tokens and Framer Motion.
  • You want a small presentational component with replaceable copy and icon content.

Skip it if

  • The information must remain continuously readable, since the panel repeatedly fades away.
  • You need an actual tooltip with a trigger, focus behavior, or tooltip semantics.
  • Your accessibility bar excludes known text contrast failures or unbounded motion without a reduced-motion path.
  • Adding an animation runtime for one ambient card is not justified in your bundle.

Install

Installation record for tripled-floating-info-panel-shadcnui
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, Framer Motion, Lucide React, Tailwind CSS, and equivalents for the border, card, primary, and muted foreground theme tokens. Preserve client-side rendering, then add reduced-motion behavior and adjust the text colors to meet contrast requirements.

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.