Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / ProgressProps

Interface: ProgressProps

Defined in: flow-ui/src/components/Progress.tsx:17

Indexable

[key: string]: unknown

Properties

value?

optional value?: number

Defined in: flow-ui/src/components/Progress.tsx:19

Completed amount. Omit for the indeterminate bar.


max?

optional max?: number

Defined in: flow-ui/src/components/Progress.tsx:20


showValue?

optional showValue?: boolean

Defined in: flow-ui/src/components/Progress.tsx:22

Show the percentage beside the bar.


label?

optional label?: string

Defined in: flow-ui/src/components/Progress.tsx:24

Describes what is progressing, for screen readers.


class?

optional class?: string

Defined in: flow-ui/src/components/Progress.tsx:26

Classes for the track.


barClass?

optional barClass?: string

Defined in: flow-ui/src/components/Progress.tsx:28

Classes for the filled portion.