Clay Progress Bars
You can add progress bars to your app with the clay:progressbar
tag. These indicate the completion percentage of a task and come in three status styles: default
(blue), warning
(red), and complete
(green with checkmark). You can provide a minimum value (minValue
) and a maximum value (maxValue
).
Default progress bar:
Warning progress bar:
Complete progress bar:
Clay taglibs make it easy to track progress in your apps.