<hx-progress> v0.7.0+ HelixUI v0.7.0 or later required

The custom <hx-progress> element renders a progress bar indicator to communicate the completion progress of a task.

Attributes

Attributes enable declarative configuration of an element, via HTML markup.

value {Integer=0}

Value representing completion percentage.

Properties

JavaScript properties enable programmatic access to an element's configuration and state.

value {Integer=0}

Manipulates the value attribute.

See Also