Components
Loading preview...
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.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/ripple-pulse-loaderimport { Component } from "@/components/ui/ripple-pulse-loader";
export default function DemoOne() {
return <Component />;
}