Bouncing dots demo

PreviousNext

A demo component showcasing the bouncing dots loader component

Docs
moleculeuiexample

Preview

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

export function BouncingDotsDemo() {
  return <BouncingDots />
}

Installation

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

Usage

import { BouncingDotsDemo } from "@/components/bouncing-dots-demo"
<BouncingDotsDemo />