Progress

Radix Progress with animated fill, optional glow effects, and flexible value labels.

0%

Customize

Value60%
Indeterminate
Size
Animation
Effect
Glow palette
Value position

Usage

import { Progress } from "@/components/lazy-ui/progress";

<Progress
  value={60}
  indeterminate={false}
  size="md"
  animation="spring"
  effect="glow"
  glowPalette="default"
  valuePosition="end"
/>