mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
progress bar, docs fixes
This commit is contained in:
@@ -6,32 +6,32 @@ new: true
|
||||
|
||||
Steps are progress indicators of a sequence of task steps.
|
||||
|
||||
## Default markup
|
||||
### Default markup
|
||||
|
||||
{% example %}
|
||||
{% include ui/steps.html show-title=true %}
|
||||
{% endexample %}
|
||||
|
||||
## Tooltips
|
||||
### Tooltips
|
||||
|
||||
{% example %}
|
||||
{% include ui/steps.html show-title=true show-tooltip=true %}
|
||||
{% endexample %}
|
||||
|
||||
## Color
|
||||
### Color
|
||||
|
||||
{% example %}
|
||||
{% include ui/steps.html color="green" show-title=true %}
|
||||
{% include ui/steps.html color="red" show-title=true %}
|
||||
{% endexample %}
|
||||
|
||||
## Steps without title
|
||||
### Steps without title
|
||||
|
||||
{% example %}
|
||||
{% include ui/steps.html show-tooltip=true %}
|
||||
{% endexample %}
|
||||
|
||||
## Steps with numbers
|
||||
### Steps with numbers
|
||||
|
||||
{% example %}
|
||||
{% include ui/steps.html count=5 active=2 numbers=true color="lime" %}
|
||||
|
||||
Reference in New Issue
Block a user