components/progress
@fungi.computer/caps / components/progress
components/progress
Section titled “components/progress”Type Aliases
Section titled “Type Aliases”ProgressTone
Section titled “ProgressTone”ProgressTone =
"neutral"|"primary"|"secondary"|"accent"|"success"|"info"|"warning"|"error"
Supported ProgressTone values.
ProgressProps
Section titled “ProgressProps”ProgressProps =
object&ProgressHTMLAttributes<HTMLProgressElement>>
Props accepted by Progress.
Type Declaration
Section titled “Type Declaration”
optionaltone?:ProgressTone
Variables
Section titled “Variables”Progress
Section titled “Progress”
constProgress:ForwardRefExoticComponent<object&ProgressHTMLAttributes<HTMLProgressElement> > &RefAttributes<HTMLProgressElement>>>>
A progress indicator for caller-provided progress values.