Skip to content
Binary UIKit reference Stable

Progress

Task progress or a bounded measurement, selected with a required kind.

Choose kind="task" for determinate or indeterminate work. Choose kind="measurement" for a named bounded value and add text when color alone would carry meaning.

Interactive example

Loading interactive example

API

Inherited prop contracts

  • AccessibleName Requires exactly one accessible name: label, aria-label, or aria-labelledby.
MemberTypeKindRequiredDefault
aria-labelstringpropNoundefined
aria-labelledbystringpropNoundefined
aria-valuetextstringpropNoundefined
indeterminatebooleanpropNofalse
kind'measurement' | 'task'propYes
labelstringpropNoundefined
maxnumberpropNo100
minnumberpropNo0
showValuebooleanpropNofalse
toneProgressTonepropNo'accent'
valuenumberpropNo0
valueLabelstringpropNoundefined

Source

Loading source