mirror of
https://github.com/tabler/tabler.git
synced 2026-07-21 04:52:21 +04:00
22 lines
507 B
Markdown
22 lines
507 B
Markdown
---
|
|
title: Flags
|
|
menu: docs.flags
|
|
---
|
|
|
|
## 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" %}
|
|
{% endexample %}
|
|
|
|
## Flag sizes
|
|
|
|
{% example html %}
|
|
{% include ui/flag.html name="tg" class="flag-size-xl mr-1" %}
|
|
{% include ui/flag.html name="br" class="flag-size-lg mr-1" %}
|
|
{% include ui/flag.html name="pt" class="flag-size-md" %}
|
|
{% include ui/flag.html name="gb" class="mr-1" %}
|
|
{% endexample %}
|