MDC Pug3.0.0-beta.3
codeforumbug_report

Examples

Determinate

codecode_off
+mdc-circular-progress(42)
 
// or
// +mdc-circular-progress(value=42)

Indeterminate

codecode_off
+mdc-circular-progress()(indeterminate)

Sizes

codecode_off
+mdc-circular-progress(42)(size='large')
+mdc-circular-progress(42)(size='medium')
+mdc-circular-progress(42)(size='small')
 
// or
// +mdc-circular-progress(42)(large)
// +mdc-circular-progress(42)(medium)
// +mdc-circular-progress(42)(small)

Four-Colored

codecode_off
+mdc-circular-progress()(colorful indeterminate)

Attributes

NameTypeDescription
progressnumberThe value of the progress. The value should be either between 0 and 1 or 0 and 100.
indeterminatebooleanToggles the component between the indeterminate and determinate state.
sizestringSpecifies the size of the component. The expected values are large, medium, small.
colorfulbooleanSpecifies whether or not the bar should be four-colored.