Documentation / @zerotal/flow-ui / index / ProgressProps
Interface: ProgressProps
Defined in: flow-ui/src/components/Progress.tsx:17
Indexable
[
key:string]:unknown
Properties
value?
optionalvalue?:number
Defined in: flow-ui/src/components/Progress.tsx:19
Completed amount. Omit for the indeterminate bar.
max?
optionalmax?:number
Defined in: flow-ui/src/components/Progress.tsx:20
showValue?
optionalshowValue?:boolean
Defined in: flow-ui/src/components/Progress.tsx:22
Show the percentage beside the bar.
label?
optionallabel?:string
Defined in: flow-ui/src/components/Progress.tsx:24
Describes what is progressing, for screen readers.
class?
optionalclass?:string
Defined in: flow-ui/src/components/Progress.tsx:26
Classes for the track.
barClass?
optionalbarClass?:string
Defined in: flow-ui/src/components/Progress.tsx:28
Classes for the filled portion.