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