Any other virtual element properties, including attributes and event handlers.
Optionalaria-ARIA label for accessibility
Optionalaria-ARIA valuemax (default: 100)
Optionalaria-ARIA valuemin (default: 0)
Optionalaria-ARIA valuenow (current value)
Optionalaria-ARIA valuetext (custom text description)
OptionalclassThe class name(s) for this virtual element, as a space-separated list.
OptionalclassAdditional CSS class names
OptionalcolorMaterialize color (default: 'teal')
OptionalcolorColor intensity modifier
OptionalidHTML ID for the component
OptionalkeyA key to optionally associate with this element.
OptionallabelLabel to display inside the circle
OptionalmaxMaximum progress value (default: 100)
OptionalmodeProgress mode (default: 'indeterminate')
OptionalshowAuto-show percentage inside circle for determinate mode (default: false)
OptionalsizeSize variant (default: 'medium')
OptionalstyleAdditional CSS styles
OptionalvalueCurrent progress value (0-100) for determinate mode
OptionalonbeforeremoveThe onbeforeremove hook is called before a DOM element is detached from the document. If a Promise is returned, Mithril only detaches the DOM element after the promise completes.
OptionalonbeforeupdateThe onbeforeupdate hook is called before a vnode is diffed in a update.
OptionaloncreateThe oncreate hook is called after a DOM element is created and attached to the document.
OptionaloninitThe oninit hook is called before a vnode is touched by the virtual DOM engine.
OptionalonremoveThe onremove hook is called before a DOM element is removed from the document.
OptionalonupdateThe onupdate hook is called after a DOM element is updated, while attached to the document.
CircularProgress component attributes