Feedback and overlays
ProgressBar
Props for ProgressBar componentPublic export
typescript
import { ProgressBar } from '@happyvertical/smrt-ui/feedback';- Import path
@happyvertical/smrt-ui/feedback- Props
- 7
- Props described
- 7 of 7
- Bindable state
- 0
- Callback events
- 0
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
valuenumberYesCurrent value (0-100 or custom range)maxnumberNoMaximum value (default 100)status'default' | 'healthy' | 'warning' | 'critical' | 'over'NoStatus determines colorshowLabelbooleanNoShow percentage labellabelstringNoCustom label textsize'sm' | 'md' | 'lg'NoSize variantshowValuebooleanNoShow value over max (e.g., "75/100")Bindable state
This component has no bindable public state.
Callback events
This component declares no callback event props.