Circular Orbit

A circular gallery of image tiles orbiting around a centered title. All motion runs on a single MotionValue driven by useAnimationFrame, so no React renders per frame.

Installation

Add the component directly to your repository using shadcn CLI:

npx shadcn@latest add Surajmaurya1/easyui/circular-orbit

API Reference

PropTypeDefaultDescription
itemsOrbitItem[]14 Unsplash tilesTiles to place around the orbit
titlestring'Push'Centered headline rendered above the orbit
speednumber0.00022Radians per millisecond. Smaller = slower
radiusnumber270Pixel radius of the orbit on the desktop layout
pauseOnHoverbooleantrueSmoothly stop the orbit when the pointer enters the gallery
classNamestringundefinedAdditional Tailwind classes merged into the section root