Entwicklerportal
CodeGewölbe
Kostenlose Sammlung für Entwickler, Admins und Website-Betreiber: Snippets, VelinStyle-Komponenten, VelinScript-Automationen und Security-Rezepte — copy-paste-fertig.
Progress Bar
Was bekomme ich?
HTML
Fortschrittsanzeige mit ARIA.
Anfänger
5 Min.
Vorschau
65%
Code
<div class="velin-progress">
<div class="velin-progress__bar" role="progressbar"
style="width: 65%" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100">65%</div>
</div>