Skip to content

components/progress

@fungi.computer/caps


@fungi.computer/caps / components/progress

ProgressTone = "neutral" | "primary" | "secondary" | "accent" | "success" | "info" | "warning" | "error"

Supported ProgressTone values.


ProgressProps = object & ProgressHTMLAttributes<HTMLProgressElement>>

Props accepted by Progress.

optional tone?: ProgressTone

const Progress: ForwardRefExoticComponent<object & ProgressHTMLAttributes<HTMLProgressElement> > & RefAttributes<HTMLProgressElement>>>>

A progress indicator for caller-provided progress values.