Measured entry

eldora-orbit-rotation

hero-effect3dmotion on file

An animated React client component that places configurable icon components on concentric rotating rings around a center icon. It ships as a shadcn registry item, styles itself with Tailwind utilities and registry CSS, and relies on react-icons plus the cn helper backed by clsx and tailwind-merge.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of eldora-orbit-rotation at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of eldora-orbit-rotation at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of eldora-orbit-rotation 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 eldora-orbit-rotation
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal35.2 KB (100.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 24.76s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/orbit-rotation.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A useful visual starting point for a technology-focused hero, but it needs a shadcn-style setup. Plan to fix narrow-screen overflow, add reduced-motion behavior, and resolve the unlabeled SVG accessibility issue before production use.

Use it if

  • You need a decorative technology ecosystem graphic for a hero or integrations section.
  • Your project already follows shadcn conventions and can supply icon components through the provided API.
  • You are prepared to add responsive containment and an accessible treatment for decorative or meaningful icons.

Skip it if

  • You need a compact mobile-safe composition without modifying its fixed orbit sizing.
  • The icons convey essential information and you cannot add labels or hide decorative SVGs from assistive technology.
  • You expect text children or an items array to populate the orbit, since the component API accepts icon configurations instead.
  • Your interface must avoid continuous motion unless the component already honors reduced-motion preferences.

Install

Installation record for eldora-orbit-rotation
Declared dependenciesreact, react-icons, clsx, tailwind-merge
Missing on installreact-icons
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

A non-shadcn project must install react-icons, clsx, and tailwind-merge; provide the Tailwind utility styles; add the orbit spin keyframes; configure the alias for the cn utility; and expose that helper from the expected lib path. The host must also support React client components.

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.

License
MIT
Record published
2026-08-13

Alternatives

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.