Components
A dynamic radial layout component that arranges elements in concentric orbits around a central focal point. Perfect for visualizing tech stacks, team members, or network integrations. Features a modern, clean aesthetic with support for avatars and logos. Built with Framer Motion for smooth rotations." "Fully responsive Tailwind CSS styling." "Easy to customize orbit speeds and radii."
Loading preview...
import { Component } from "@/components/ui/orbiting-ecosystem";
export default function DemoOne() {
return (
<div className="w-full flex items-center justify-center min-h-[600px]">
<Component />
</div>
);
}