ProgressBar
An indicator displaying the progress of something.
Importing
1
import { ProgressBar } from '@infinityfx/fluid';Usage
API reference
ProgressBar Props
size?
'xsm' | 'sml' | 'med' | 'lrg'
'med'
value?
number
The progress value between 0 and 1.
color?
string
Custom background color for the progress bar indicator.