Measured entry
tripled-glassmorphism-hero-block-shadcnui
hero-effectglassmorphismmotion on file
A full-screen, centered marketing hero with softly pulsing background orbs, a glassy announcement pill, oversized headline, supporting copy, and paired calls to action. It ships as a client-side shadcn registry block styled with Tailwind utilities, importing the local shadcn Button and Lucide icons while declaring React and Framer Motion dependencies.



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 | 30.4 KB (95.8 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 46.64s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A clean, usable hero when your design system already matches its assumptions, with responsive mounting and no observed accessibility findings. It needs a shadcn-style setup: the bare project fails because the imported Button expects the missing local utility module.
Use it if
- You want a restrained glassmorphism hero for a product or platform landing page.
- Your app already has shadcn path aliases, theme tokens, and the standard Button component.
- You can replace the fixed marketing copy and wire both calls to action yourself.
Skip it if
- You need a drop-in component for a plain React project with no shadcn or Tailwind foundation.
- You want a compact hero rather than a section designed to fill the viewport.
- You need rich motion or interactive glass effects beyond simple pulsing background shapes.
- Adding the declared animation dependency is not justified for a block whose visible motion comes from CSS.
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 |
In a non-shadcn project, add Tailwind with the expected theme color tokens, configure the at-sign source alias, install React, Framer Motion, Radix UI, and Lucide, then supply the shadcn Button plus its class-name utility module. You must also connect the call-to-action buttons to real links or handlers.
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 hero-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- ruixen-hero-title-animationunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 18.7KB
- Bare
- pass
- Prov
- NO
- cultui-three-d-carousel3d
- Renders
- YES
- A11y
- 0
- Gzip
- 61.2KB
- Bare
- fail
- Prov
- NO
- ruixen-card-carousel-herounclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 63.3KB
- Bare
- fail
- Prov
- NO
- fancy-circling-elements3d
- Renders
- YES
- A11y
- 0
- Gzip
- 66.5KB
- Bare
- fail
- Prov
- NO
- motion-primitives-spotlightgradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 67.8KB
- Bare
- fail
- Prov
- NO
- magicui-hero-video-dialog3d
- Renders
- YES
- A11y
- 0
- Gzip
- 69.6KB
- Bare
- fail
- Prov
- NO