styles for the loader, including the rotation and morphing animations.
import KineticLoader from "@/components/ui/kinetic-orb-loader"; export default function DemoOne() { return ( <div className="App"> <KineticLoader /> </div> ); }