Measured entry
tripled-glass-wallet-card-shadcnui
hover-effectglassmorphismmotion on file
A client-side React wallet summary card with a glass treatment, entrance animation, balance and identity details, plus Send and Receive controls revealed on hover. It ships as a shadcn registry component and imports shadcn Card and Badge primitives, the cn utility, Framer Motion, and Lucide icons.



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 | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 71.0 KB (136.4 KB build, 65.4 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 44.29s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/components/cards/shadcnui/glass-wallet-card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished visual shell for a crypto dashboard, but not a finished wallet interaction. It builds and mounts cleanly in the prepared harness, while the bare project fails because the cn alias is absent. It needs a shadcn-style setup and explicit action wiring before production use.
Use it if
- You need a compact wallet balance summary inside an existing shadcn-themed dashboard.
- Your interface can treat the Send and Receive controls as presentation until you wire their behavior.
- You want a hover-led card treatment and already accept Framer Motion in the client bundle.
Skip it if
- Send and Receive must work immediately, because the supplied buttons have no callbacks or links.
- Core actions must be equally discoverable on touch and keyboard-focused layouts, since the overlay is revealed through hover styling.
- You need a framework-neutral drop-in without shadcn aliases, theme tokens, or shared UI primitives.
- You are minimizing animation and icon dependencies for a simple balance display.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| 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 |
For a non-shadcn project, add React, Framer Motion, Lucide React, and the required Radix-backed UI dependencies; create compatible Card and Badge primitives; provide a cn class-merging utility behind the expected alias; and define the Tailwind theme tokens used for surfaces, borders, text, primary, and secondary colors. Also mark the component for client rendering where your framework requires it.
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 hover-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- eldora-card-flip-hover3d
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- uilayouts-btn-hover-left-flip3d
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- uilayouts-btn-hover-down3d
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- uilayouts-btn-hover-multiplegradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- magicui-cool-modespatial
- Renders
- YES
- A11y
- 0
- Gzip
- 21.8KB
- Bare
- pass
- Prov
- NO
- uilayouts-hovercard2gradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 24.0KB
- Bare
- pass
- Prov
- NO