Components
The three balls bounce animation is a minimalistic animation indicator featuring three circular dots or balls that bounce sequentially in a loop.
npx shadcn@latest add https://21st.dev/r/theutkarshmail/bouncy-ballsLoading preview...
import { Component } from "@/components/ui/bouncy-balls";
export default function DemoOne() {
return <Component />;
}