Skip to main content

Progress

Container properties

All component configurations support Container properties at the first level.

Component properties

NameTypeDefaultSupports Variable PatternDescription
classNamestring✔️component's className
styleobjectcomponent style
percentagenumber | stringPercent of progress bar
status'default' | 'warning' | 'success' | 'error'✔️Status
progressStyle'style1' | 'style2' | 'style3' | 'style4''style1'✔️Appearance Style

All the remaining componentsProps will be passed to the component root element(Progress)。

JS API

The interface obtained through formApi.getFieldApi() is as follows:

NameTypeDescription
nodeHTML ElementComponent root DOM element