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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 61.9 KB (127.4 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | framer-motion, react |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/moumen-soliman/uitripledAlternatives
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.
- hextaui-tooltipminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 48.6KB
- Bare
- pass
- Prov
- NO
- shadcn-tooltipunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.1KB
- Bare
- fail
- Prov
- NO
- shadcn-hover-cardunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 43.4KB
- Bare
- fail
- Prov
- NO
- neobrutalism-hover-cardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 43.6KB
- Bare
- fail
- Prov
- NO
- neobrutalism-ntooltipbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 44.6KB
- Bare
- fail
- Prov
- NO
- neobrutalism-tooltipbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 44.6KB
- Bare
- fail
- Prov
- NO