mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
unused components, stars, new components, commits list
This commit is contained in:
@@ -8,18 +8,18 @@ done: true
|
||||
### Flag
|
||||
|
||||
{% example html %}
|
||||
{% include ui/flag.html name="tg" class="mr-1" %}
|
||||
{% include ui/flag.html name="br" class="mr-1" %}
|
||||
{% include ui/flag.html name="pt" %}
|
||||
{% include ui/flag.html flag="tg" class="mr-1" %}
|
||||
{% include ui/flag.html flag="br" class="mr-1" %}
|
||||
{% include ui/flag.html flag="pt" %}
|
||||
{% endexample %}
|
||||
|
||||
### Flag sizes
|
||||
|
||||
{% example html %}
|
||||
{% include ui/flag.html name="pl" class="flag-size-xl mr-1" %}
|
||||
{% include ui/flag.html name="pl" class="flag-size-lg mr-1" %}
|
||||
{% include ui/flag.html name="pl" class="flag-size-md" %}
|
||||
{% include ui/flag.html name="pl" class="mr-1" %}
|
||||
{% include ui/flag.html flag="pl" class="flag-size-xl mr-1" %}
|
||||
{% include ui/flag.html flag="pl" class="flag-size-lg mr-1" %}
|
||||
{% include ui/flag.html flag="pl" class="flag-size-md" %}
|
||||
{% include ui/flag.html flag="pl" class="mr-1" %}
|
||||
{% endexample %}
|
||||
|
||||
### Types
|
||||
@@ -27,7 +27,7 @@ done: true
|
||||
<table>
|
||||
{% for flag in site.data.flags %}
|
||||
<tr>
|
||||
<td>{% include ui/flag.html name=flag.flag %}</td>
|
||||
<td>{% include ui/flag.html flag=flag.flag %}</td>
|
||||
<td><code>{{ flag.flag }}</code></td>
|
||||
<td>{{ flag.name }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user