Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
588 B
588 B
progress
Progress bar can be used to show the progress of a task or to show the passing of time
Class names
- component:
progress - color:
progress-neutral,progress-primary,progress-secondary,progress-accent,progress-info,progress-success,progress-warning,progress-error
Syntax
<progress class="progress {MODIFIER}" value="50" max="100"></progress>
Rules
- {MODIFIER} is optional and can have one of the color class names
- You must specify value and max attributes