The three balls bounce animation is a minimalistic animation indicator featuring three circular dots or balls that bounce sequentially in a loop.
import { Component } from "@/components/ui/bouncy-balls"; export default function DemoOne() { return <Component />; }