Bouncing dots with message demo

PreviousNext

A demo component showcasing the bouncing dots loader component with message

Docs
moleculeuiexample

Preview

Loading preview…
registry/example/bouncing-dots-with-message-demo.tsx
import { BouncingDots } from "@/registry/molecule-ui/bouncing-dots"

export function BouncingDotsWithMessageDemo() {
  return <BouncingDots message="Loading" />
}

Installation

npx shadcn@latest add @moleculeui/bouncing-dots-with-message-demo

Usage

import { BouncingDotsWithMessageDemo } from "@/components/bouncing-dots-with-message-demo"
<BouncingDotsWithMessageDemo />