1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

progress docs

This commit is contained in:
codecalm
2019-07-09 20:35:48 +02:00
parent 318f1c5b5e
commit b725dbc465
3 changed files with 18 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
---
title: Progress
description: 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 %}