A Motion for React loading indicator with three dots that pulse in a reverse stagger, from the official Motion examples catalog.
"use client" import LoadingPulseDots from "@/components/ui/motion-loading-pulse-dots" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <LoadingPulseDots /> </div> ) }