Progress

processed with Commons Bootstrap 4.3 + Admin LTE
Documentation / Progress

# Samples


70%

30%

completed

    <@progress value=70 />
    <@progress color='danger' value=30 />
    <@progress color='success' value=100 text='completed' />
    

# Parameters documentation


Parameter Value Default
color primary/info/warning/danger/success primary
id string none
params string none
value integer 0
min integer 0
max integer 100
text string value%