mirror of
https://github.com/tabler/tabler.git
synced 2026-07-30 15:04:38 +04:00
progress bar, docs fixes
This commit is contained in:
@@ -6,7 +6,7 @@ done: true
|
||||
|
||||
A small count and labeling component. Please read the [official Bootstrap documentation](https://getbootstrap.com/docs/4.3/components/badge/) for a full list of options.
|
||||
|
||||
## Default markup
|
||||
### Default markup
|
||||
|
||||
{% example %}
|
||||
{% for color in site.colors %}
|
||||
@@ -14,7 +14,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
|
||||
{% endfor %}
|
||||
{% endexample %}
|
||||
|
||||
## Pill badges
|
||||
### Pill badges
|
||||
|
||||
{% example %}
|
||||
{% for color in site.colors %}
|
||||
@@ -23,7 +23,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
|
||||
{% endexample %}
|
||||
|
||||
|
||||
## Soft badges
|
||||
### Soft badges
|
||||
|
||||
{% example %}
|
||||
{% for color in site.colors %}
|
||||
@@ -32,7 +32,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
|
||||
{% endexample %}
|
||||
|
||||
|
||||
## Links
|
||||
### Links
|
||||
|
||||
{% example %}
|
||||
{% for color in site.colors %}
|
||||
@@ -41,7 +41,7 @@ A small count and labeling component. Please read the [official Bootstrap docume
|
||||
{% endexample %}
|
||||
|
||||
|
||||
## Empty badges
|
||||
### Empty badges
|
||||
|
||||
{% example %}
|
||||
{% for color in site.colors %}
|
||||
|
||||
Reference in New Issue
Block a user