Components
Loading preview...
Acss and React loader animation featuring a rocket speeder, drifting clouds, and speed trails. Perfect for splash screens, loading states, or playful UI transitions.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/rocket-loaderimport { Component } from "@/components/ui/rocket-loader";
export default function DemoOne() {
return <Component />;
}