You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function to start progress. Progress will only be started by this function not on component mount. P.S : if progress has finished already, it will not be reset to 0 on calling start again.
finish
function
Function to finish progress. Progress will be completed i.e. set to 100 whenever this function is called.
API
Name
Type
Required
Default
Description
timeInterval
number
false
500
Time interval in milliseconds for increment in progress
autoComplete
boolean
false
true
Allows user to control if progress will be completed manually or not. If true, progress automatically completes to max i.e. 100. If false, progress will reach till manual max i.e. 98 and can only be set to 100 when user calls finish function manually