1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 09:54:24 +04:00
Files
tabler/pages/_docs/progress.md
2019-07-09 20:35:48 +02:00

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 %}