DotLoader
Three (or N) bouncing dots — the classic "typing…" loader. Pair with chat threads, long-running buttons, optimistic-update feedback.
Usage
import { DotLoader } from '@bwo-ui/react';
<DotLoader size="md" />
<DotLoader color="#ff481f" dots={4} duration={1.6} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'sm' | 'md' | 'lg' | 'md' | Dot diameter and gap. |
color | string | 'currentColor' | Dot fill. |
dots | number | 3 | How many dots to render. |
duration | number | 1.2 | Total cycle length in seconds. |
label | string | 'Loading' | Accessible label. |