Liquid Progress Tank
A production-scale, light + dark Liquid Progress Tank component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add liquid-progress-tankLive preview available in the gallery.
Usage
import { LiquidProgressTank } from "@lerpa/ui";
<LiquidProgressTank />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| progress | number | - | |
| className | string | — | |
| tankHeight | string | — | |
| tankWidth | string | — | |
| waterColor | string | — | |
| showPercent | boolean | — | |
| title | string | — | |
| shape | 'circular' | 'rectangular' | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.