Measured entry
ruixen-arc-reveal-hero
herounclassifiedmotion on file
A client-side React hero transition that cycles configurable greetings, then lifts an animated SVG arc to expose supplied page content. It ships as a shadcn registry component, uses Motion for sequencing and reduced-motion handling, and expects Tailwind theme classes plus the usual cn utility alias.



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.6 KB (137.0 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 30.05s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/arc-reveal-hero.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished, configurable reveal with clean mounting, responsive containment, reduced-motion behavior, and no detected accessibility violations. It needs a shadcn-style setup because the bare project cannot resolve its shared utility import.
Use it if
- You want a full-screen branded intro before revealing custom hero content.
- You need configurable greeting copy, timing, styling hooks, and optional session replay suppression.
- Your app already uses shadcn conventions, Tailwind theme tokens, and Motion.
Skip it if
- Visitors must reach the primary hero content immediately without waiting through an intro sequence.
- You are minimizing client-side animation dependencies or JavaScript bundle cost.
- Your design system does not provide Tailwind utilities and background or foreground theme tokens.
Install
| Declared dependencies | motion |
|---|---|
| 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, install Motion, provide a cn class-merging helper at the expected alias or change the import, configure that alias, and supply Tailwind with background and foreground theme tokens. Render it from a client-capable React boundary.
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/ruixenui/ruixen.comAlternatives
Other published entries for the hero pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- ruixen-tabbed-hero-sectionunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 50.6KB
- Bare
- fail
- Prov
- NO
- 8bitcn-hero1skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 51.5KB
- Bare
- fail
- Prov
- NO
- tailark-mist-hero-section-5minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 64.8KB
- Bare
- fail
- Prov
- NO
- tailark-mist-hero-section-6minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 64.8KB
- Bare
- fail
- Prov
- NO
- tripled-cta-hero-block-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 72.8KB
- Bare
- fail
- Prov
- NO
- meraki-hero-patternminimal-flat
- Renders
- YES
- A11y
- 1
- Gzip
- 18.5KB
- Bare
- pass
- Prov
- NO