Components
A minimalistic ripple-based loader with concentric circles expanding outward in a smooth pulse effect. The dark, layered gradients create depth while maintaining a sleek, modern aesthetic—ideal for splash screens, transitions, and data-fetching states in premium UIs.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/ripple-pulse-loaderLoading preview...
import { Component } from "@/components/ui/ripple-pulse-loader";
export default function DemoOne() {
return <Component />;
}