mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
282 B
282 B
title, description
| title | description |
|---|---|
| Progress | A progress bar can be used to show a user how far along he is in a process. |
Default markup
To create a default progress bar, add a .progress class to a <div> element:
{% example html %} {% include ui/progress.html %} {% endexample %}