Components
styles for the loader, including the rotation and morphing animations.
npx @21st-dev/cli add dhileepkumargm/kinetic-orb-loaderLoading preview...
import KineticLoader from "@/components/ui/kinetic-orb-loader";
export default function DemoOne() {
return (
<div className="App">
<KineticLoader />
</div>
);
}