A minimal quantum-inspired spin loader with a glowing center and smooth color-shifting animation around of their circles from its center.
import { QuantumSparkLoader } from "@/components/ui/quantum-loader"; export default function DemoOne() { // All props are optional if user want to use them! Else all is default set. return <QuantumSparkLoader />; }