progressBar
An interface function to show a simple progress bar with three variations
Last updated
An interface function to show a simple progress bar with three variations
Last updated
type
'circle'|'horizontal'|'vertical'
the bar type
----
options
{ duration: number, description: string?, position: 'center-left'|'center'|'center-right'|'bottom-left'|'bottom-center'|'bottom-right' }
bar options
----