Components
Loading preview...
Custom loading animation component
@Scottclayton3d
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/loading-animation-1import ConcentricRingsLoader from "@/components/ui/loading-animation-1";
export default function DemoOne() {
return <ConcentricRingsLoader />;
}