Components
GlassProgress
A glassmorphism-styled progress bar powered by Radix UI with color variants.
Preview
Usage
Variants
Animated Example
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Current progress value (0–100) |
variant | "default" | "success" | "warning" | "error" | "default" | Color variant |
max | number | 100 | Maximum value |
className | string | — | Additional CSS classes |
All Radix Progress.Root props are also accepted.