Progress Circle
Progress indicators express an unspecified wait time or display the length of a process.
Figma Link
https://www.figma.com/design/JesXQFLaPJLc1BdBM4sisI/%F0%9F%A6%93-ZDS---Components?node-id=900-10416
- Web Components
- Flutter
Demo
zeta-web v1.4.0
Web Components
Storybook
https://design.zebra.com/web/storybook/?path=/docs/components-progress--docs
Attributes
| Name | Description | Type | Default |
|---|---|---|---|
| size | Size. | 20 | 24 | 36 | 40 | 48 | 64 | 64 |
| progress | Progress (0-100). | undefined | undefined |
| indeterminate | Displays the indeterminate progress indicator. If set to true, any argument for 'value' will be ignored. | boolean | undefined | undefined |
| type | The type of the progress circle. | "default" | "upload" | "default" |
Inherited Attributes
| Name | Description | Type | Default | Inherited From |
|---|---|---|---|---|
| rounded | Whether 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 | undefined | true | Contourable |
CSS Properties
| Name | Description |
|---|---|
| --progress-circle-color | The color of the progress circle. |
Flutter component not available yet