Skip to main content

Progress Bar

Demo

zeta-web v0.6.6
Web Components

Progress indicators express an unspecified wait time or display the length of a process.

Storybook

https://design.zebra.com/web/storybook/?path=/docs/components-progress--docs

Attributes

NameDescriptionTypeDefault
sizeThe size of the progress indicator. Can either be 'medium' or 'thin'."thin" | "medium""medium"
indeterminateDisplays the indeterminate progress indicator. If set to true, any argument for 'value' will be ignored.boolean | undefinedundefined
valueThe % complete of the process indicator.number0
labelThe label for the progress indicator.string | undefinedundefined
bufferingDisplays the buffering dots at the end of the progress indicator.Setting this will pause the animation if 'indeterminate' is set to true.boolean | undefinedundefined

Inherited Attributes

NameDescriptionTypeDefaultInherited From
roundedWhether the component is rounded or sharp.When true, rounded will set the border radius of the first child, and any children with class 'contourable-target' to --radius-minimal.Otherwise, this value will be --radius-none.boolean | undefinedtrueContourable

CSS Properties

NameDescription
--progress-bar-colorThe color of the progress bar.

Figma

https://www.figma.com/design/JesXQFLaPJLc1BdBM4sisI/%F0%9F%A6%93-ZDS---Components?node-id=1358-31337