import { BouncingDots } from "@/registry/molecule-ui/bouncing-dots"
export function BouncingDotsWithMessageDemo() {
return <BouncingDots message="Loading" />
}
npx shadcn@latest add @moleculeui/bouncing-dots-with-message-demoimport { BouncingDotsWithMessageDemo } from "@/components/bouncing-dots-with-message-demo"<BouncingDotsWithMessageDemo />