A collection of circles which move in orbit along a circular path
6,110
Bookmarks
6,310
Installs
130,910
Views
import { OrbitingCircles } from "@/components/ui/orbiting-circles"
export default function OrbitingCirclesDemo() {
return (
<div className="relative flex h-[500px] w-full flex-col items-center justify-center overflow-hidden">
<OrbitingCircles iconSize={40}>
<Icons.whatsapp />
<Icons.notion />
<Icons.openai />
<Icons.googleDrive />
<Icons.whatsapp />
</OrbitingCircles>
<OrbitingCircles iconSize={30} radius={100} reverse speed={2}>
<Icons.whatsapp />
<Icons.notion />
<Icons.openai />134 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Magic UI — browse the full library on Nuxus.