Dot Flow
Visually expressive status updates with animated dots and smooth sliding text transitions.
Loading...
Installation
npx shadcn@latest add @paceui-ui/dot-flowProps
DotFlow
| Prop | Type | Default |
|---|---|---|
| isPlaying | boolean | - |
| items | DotFlow.Items[] | - |
DotFlow.Items[]
| Prop | Type | Default |
|---|---|---|
| title | string | - |
| frames | number[][] | - |
| duration | number | 150 |
| repeatCount | number | 1 |