Components
Loading preview...
As you scroll through the animation, a door will open and a robot will fly down the spaceships hallway.
@osint619
npx shadcn@latest add https://21st.dev/r/patrick.thomas.dunn1988/robot-flybyimport { Component } from "@/components/ui/robot-flyby";
export default function DemoOne() {
return <Component />;
}