1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/demo/docs/flags.html
2020-02-04 09:09:28 +01:00

2108 lines
94 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.3
* @link https://github.com/tabler/tabler
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm.net Paweł Kuna
* Licensed under MIT (https://tabler.io/license)
-->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="msapplication-TileColor" content="#206bc4"/>
<meta name="theme-color" content="#206bc4"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="HandheldFriendly" content="True"/>
<meta name="MobileOptimized" content="320"/>
<meta name="robots" content="noindex,nofollow,noarchive"/>
<link rel="icon" href="../favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
<title>Flags - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
<!-- Libs CSS -->
<link href="../dist/libs/jqvmap/dist/jqvmap.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/selectize/dist/css/selectize.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/fullcalendar/core/main.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/fullcalendar/daygrid/main.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/fullcalendar/timegrid/main.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/fullcalendar/list/main.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/flatpickr/dist/flatpickr.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/libs/nouislider/distribute/nouislider.min.css?1580803658" rel="stylesheet"/>
<!-- Tabler Core -->
<link href="../dist/css/tabler.min.css?1580803658" rel="stylesheet"/>
<!-- Tabler Plugins -->
<link href="../dist/css/tabler-flags.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/css/tabler-payments.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/css/tabler-buttons.min.css?1580803658" rel="stylesheet"/>
<link href="../dist/css/demo.min.css?1580803658" rel="stylesheet"/>
</head>
<body class="antialiased">
<div class="page">
<nav class="navbar navbar-expand-lg navbar-dark navbar-primary" id="navbar-primary">
<div class="container">
<a href=".." class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal">
<img src="../static/logo.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-large">
<img src="../static/logo-small.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-small">
</a>
<div class="navbar-collapse collapse">
<h6 class="navbar-heading">Navigation</h6>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="../index.html" >
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
</span>
<span class="nav-link-title">Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../form-elements.html" >
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>
</span>
<span class="nav-link-title">Forms</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle" href="#navbar-base" data-toggle="dropdown" role="button"
aria-expanded="false" >
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>
</span>
<span class="nav-link-title">Base</span>
</a>
<ul class="dropdown-menu dropdown-menu-arrow dropdown-menu-columns dropdown-menu-columns-2">
<li >
<a class="dropdown-item" href="../blank.html" >
Starter page
</a>
</li>
<li >
<a class="dropdown-item" href="../buttons.html" >
Buttons
</a>
</li>
<li >
<a class="dropdown-item" href="../cards.html" >
Cards
</a>
</li>
<li >
<a class="dropdown-item" href="../charts.html" >
Charts
</a>
</li>
<li >
<a class="dropdown-item" href="../datatables.html" >
Data Tables
</a>
</li>
<li >
<a class="dropdown-item" href="../calendar.html" >
Calendar
</a>
</li>
<li >
<a class="dropdown-item" href="../carousel.html" >
Carousel
</a>
</li>
<li >
<a class="dropdown-item" href="../lists.html" >
Lists
</a>
</li>
<li >
<a class="dropdown-item" href="../users.html" >
Users
</a>
</li>
<li >
<a class="dropdown-item" href="../gallery.html" >
Gallery
</a>
</li>
<li >
<a class="dropdown-item" href="../profile.html" >
Profile
</a>
</li>
<li >
<a class="dropdown-item" href="../music.html" >
Music
</a>
</li>
<li class="dropright">
<a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-toggle="dropdown" role="button" aria-expanded="false" >
Authentication
</a>
<div class="dropdown-menu">
<a href="../sign-in.html" class="dropdown-item">Sign in</a>
<a href="../sign-up.html" class="dropdown-item">Sign up</a>
<a href="../forgot-password.html" class="dropdown-item">Forgot password</a>
<a href="../terms-of-service.html" class="dropdown-item">Terms of service</a>
</div>
</li>
<li class="dropright">
<a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-toggle="dropdown" role="button" aria-expanded="false" >
Error pages
</a>
<div class="dropdown-menu">
<a href="../400.html" class="dropdown-item">400 page</a>
<a href="../401.html" class="dropdown-item">401 page</a>
<a href="../403.html" class="dropdown-item">403 page</a>
<a href="../404.html" class="dropdown-item">404 page</a>
<a href="../500.html" class="dropdown-item">500 page</a>
<a href="../503.html" class="dropdown-item">503 page</a>
<a href="../maintenance.html" class="dropdown-item">Maintenance page</a>
</div>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="../layouts.html" >
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line></svg>
</span>
<span class="nav-link-title">Layouts</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle" href="#navbar-extra" data-toggle="dropdown" role="button"
aria-expanded="false" >
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
</span>
<span class="nav-link-title">Extra</span>
</a>
<ul class="dropdown-menu dropdown-menu-arrow">
<li >
<a class="dropdown-item" href="../invoice.html" >
Invoice
</a>
</li>
<li >
<a class="dropdown-item" href="../blog.html" >
Blog cards
</a>
</li>
<li >
<a class="dropdown-item" href="../snippets.html" >
Snippets
</a>
</li>
<li >
<a class="dropdown-item" href="../search-results.html" >
Search results
</a>
</li>
</ul>
</li>
<li class="nav-item active">
<a class="nav-link dropdown-toggle" href="#navbar-docs" data-toggle="dropdown" role="button"
aria-expanded="true" >
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
</span>
<span class="nav-link-title">Docs</span>
</a>
<ul class="dropdown-menu dropdown-menu-arrow dropdown-menu-columns dropdown-menu-columns-3">
<li >
<a class="dropdown-item" href="../docs/index.html" >
Introduction
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/alerts.html" >
Alerts
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/autosize.html" >
Autosize
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/avatars.html" >
Avatars
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/badges.html" >
Badges
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/breadcrumb.html" >
Breadcrumb
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/buttons.html" >
Buttons
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/cards.html" >
Cards
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/carousel.html" >
Carousel
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/colors.html" >
Colors
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/countup.html" >
Countup
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/cursors.html" >
Cursors
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/charts.html" >
Charts
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/divider.html" >
Divider
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/empty.html" >
Empty states
</a>
</li>
<li >
<a class="dropdown-item active" href="../docs/flags.html" >
Flags
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/form-elements.html" >
Form elements
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/form-helpers.html" >
Form helpers
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/input-mask.html" >
Form input mask
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/layout.html" >
Layout
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/progress.html" >
Progress
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/payments.html" >
Payments
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/range-slider.html" >
Range slider
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/ribbons.html" >
Ribbons
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/spinners.html" >
Spinners
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/steps.html" >
Steps
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/tables.html" >
Tables
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/tabs.html" >
Tabs
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/timelines.html" >
Timelines
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/toasts.html" >
Toasts
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/tooltips.html" >
Tooltips
</a>
</li>
<li >
<a class="dropdown-item" href="../docs/typography.html" >
Typography
</a>
</li>
</ul>
</li>
<li class="nav-item d-none-navbar-vertical" title="Soon" data-toggle="tooltip">
<a href="#" class="nav-link disabled">
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></svg>
</span>
<span class="nav-link-title">Customize</span>
</a>
</li>
</ul>
<h6 class="navbar-heading mt-4">Tools</h6>
<div class="navbar-side d-none-navbar-vertical-narrow">
<div class="d-none d-xl-block ml-auto">
<form action="." method="get">
<div class="input-icon">
<span class="input-icon-addon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
</span>
<input type="text" class="form-control" placeholder="Search…">
</div>
</form>
</div>
<a href="#" class="btn btn-primary d-none-navbar-horizontal btn-block">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line></svg>
Customize
</a>
</div>
</div>
</div>
</nav>
<nav class="navbar navbar-light navbar-secondary navbar-expand" id="navbar-secondary">
<div class="container">
<a href=".." class="navbar-brand navbar-brand-autodark d-none-navbar-vertical">
<img src="../static/logo.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-large">
<img src="../static/logo-small.svg" alt="Tabler" class="navbar-brand-logo navbar-brand-logo-small">
</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
<a class="dropdown-item" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
Action
</a>
<a class="dropdown-item" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>
Another action
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-item-icon"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
Separated link</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="content">
<main class="container">
<!-- Page title -->
<div class="page-header">
<div class="row align-items-center">
<div class="col-auto">
<h2 class="page-title">
Documentation
</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-1 mb-4">
<a href="https://github.com/tabler/tabler" class="btn btn-secondary mb-4 btn-block" target="_blank" rel="noreferrer">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="icon text-github" fill="currentColor">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
Browse source code
</a>
<div class="list-group list-group-transparent mb-0">
<a href="../docs/index.html" class="list-group-item list-group-item-action">
Introduction
</a>
<a href="../docs/alerts.html" class="list-group-item list-group-item-action">
Alerts
</a>
<a href="../docs/autosize.html" class="list-group-item list-group-item-action">
Autosize
</a>
<a href="../docs/avatars.html" class="list-group-item list-group-item-action">
Avatars
</a>
<a href="../docs/badges.html" class="list-group-item list-group-item-action">
Badges
</a>
<a href="../docs/breadcrumb.html" class="list-group-item list-group-item-action">
Breadcrumb
</a>
<a href="../docs/buttons.html" class="list-group-item list-group-item-action">
Buttons
</a>
<a href="../docs/cards.html" class="list-group-item list-group-item-action">
Cards
</a>
<a href="../docs/carousel.html" class="list-group-item list-group-item-action">
Carousel
</a>
<a href="../docs/colors.html" class="list-group-item list-group-item-action">
Colors
</a>
<a href="../docs/countup.html" class="list-group-item list-group-item-action">
Countup
</a>
<a href="../docs/cursors.html" class="list-group-item list-group-item-action">
Cursors
</a>
<a href="../docs/charts.html" class="list-group-item list-group-item-action">
Charts
</a>
<a href="../docs/divider.html" class="list-group-item list-group-item-action">
Divider
</a>
<a href="../docs/empty.html" class="list-group-item list-group-item-action">
Empty states
</a>
<a href="../docs/flags.html" class="list-group-item list-group-item-action active">
Flags
</a>
<a href="../docs/form-elements.html" class="list-group-item list-group-item-action">
Form elements
</a>
<a href="../docs/form-helpers.html" class="list-group-item list-group-item-action">
Form helpers
</a>
<a href="../docs/input-mask.html" class="list-group-item list-group-item-action">
Form input mask
</a>
<a href="../docs/layout.html" class="list-group-item list-group-item-action">
Layout
</a>
<a href="../docs/progress.html" class="list-group-item list-group-item-action">
Progress
</a>
<a href="../docs/payments.html" class="list-group-item list-group-item-action">
Payments
</a>
<a href="../docs/range-slider.html" class="list-group-item list-group-item-action">
Range slider
</a>
<a href="../docs/ribbons.html" class="list-group-item list-group-item-action">
Ribbons
<span class="badge bg-green ml-auto">New</span>
</a>
<a href="../docs/spinners.html" class="list-group-item list-group-item-action">
Spinners
</a>
<a href="../docs/steps.html" class="list-group-item list-group-item-action">
Steps
</a>
<a href="../docs/tables.html" class="list-group-item list-group-item-action">
Tables
</a>
<a href="../docs/tabs.html" class="list-group-item list-group-item-action">
Tabs
</a>
<a href="../docs/timelines.html" class="list-group-item list-group-item-action">
Timelines
</a>
<a href="../docs/toasts.html" class="list-group-item list-group-item-action">
Toasts
</a>
<a href="../docs/tooltips.html" class="list-group-item list-group-item-action">
Tooltips
</a>
<a href="../docs/typography.html" class="list-group-item list-group-item-action">
Typography
</a>
</div>
</div>
<div class="col-lg-9">
<div class="card">
<div class="card-body p-md-6 p-xl-7">
<div class="markdown">
<h2 class="h1 mt-0 mb-3">Flags
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon text-green"><polyline points="20 6 9 17 4 12"></polyline></svg>
</h2>
<div class="alert alert-info">This module is available in <code>tabler-flags</code>
plugin.
</div>
<h3 id="flag">Flag</h3>
<div class="example">
<span class="flag flag-country-tg mr-1"></span>
<span class="flag flag-country-br mr-1"></span>
<span class="flag flag-country-pt"></span>
</div>
<div class="example-code language-html" data-lang="html">
<pre class="highlight"><code><span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-country-tg mr-1"</span><span class="nt">&gt;&lt;/span&gt;</span>
<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-country-br mr-1"</span><span class="nt">&gt;&lt;/span&gt;</span>
<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-country-pt"</span><span class="nt">&gt;&lt;/span&gt;</span></code></pre>
</div>
<h3 id="flag-sizes">Flag sizes</h3>
<p>Using Bootstraps typical naming structure, you can create a standard flag, or scale it up to different sizes based on whats needed.</p>
<div class="example">
<span class="flag flag-xl flag-country-pl mr-1"></span>
<span class="flag flag-lg flag-country-pl mr-1"></span>
<span class="flag flag-md flag-country-pl"></span>
<span class="flag flag-country-pl mr-1"></span>
</div>
<div class="example-code language-html" data-lang="html">
<pre class="highlight"><code><span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-xl flag-country-pl mr-1"</span><span class="nt">&gt;&lt;/span&gt;</span>
<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-lg flag-country-pl mr-1"</span><span class="nt">&gt;&lt;/span&gt;</span>
<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-md flag-country-pl"</span><span class="nt">&gt;&lt;/span&gt;</span>
<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"flag flag-country-pl mr-1"</span><span class="nt">&gt;&lt;/span&gt;</span></code></pre>
</div>
<h3 id="types">Types</h3>
<p>To set the flag of the country you want add a class <code class="highlighter-rouge">flag-(country name)</code>. For example to create a flag of Andorra your class should look like this: <code class="highlighter-rouge">.flag-ad</code>.</p>
<table>
<tr>
<td><span class="flag flag-country-ad"></span>
</td>
<td><code>ad</code></td>
<td>Andorra</td>
</tr>
<tr>
<td><span class="flag flag-country-ae"></span>
</td>
<td><code>ae</code></td>
<td>United Arab Emirates</td>
</tr>
<tr>
<td><span class="flag flag-country-af"></span>
</td>
<td><code>af</code></td>
<td>Afghanistan</td>
</tr>
<tr>
<td><span class="flag flag-country-ag"></span>
</td>
<td><code>ag</code></td>
<td>Antigua</td>
</tr>
<tr>
<td><span class="flag flag-country-ai"></span>
</td>
<td><code>ai</code></td>
<td>Anguilla</td>
</tr>
<tr>
<td><span class="flag flag-country-am"></span>
</td>
<td><code>am</code></td>
<td>Armenia</td>
</tr>
<tr>
<td><span class="flag flag-country-ao"></span>
</td>
<td><code>ao</code></td>
<td>Angolan</td>
</tr>
<tr>
<td><span class="flag flag-country-aq"></span>
</td>
<td><code>aq</code></td>
<td>Antarctica</td>
</tr>
<tr>
<td><span class="flag flag-country-ar"></span>
</td>
<td><code>ar</code></td>
<td>Argentina</td>
</tr>
<tr>
<td><span class="flag flag-country-as"></span>
</td>
<td><code>as</code></td>
<td>American Samoa</td>
</tr>
<tr>
<td><span class="flag flag-country-at"></span>
</td>
<td><code>at</code></td>
<td>Austria</td>
</tr>
<tr>
<td><span class="flag flag-country-au"></span>
</td>
<td><code>au</code></td>
<td>Australia</td>
</tr>
<tr>
<td><span class="flag flag-country-aw"></span>
</td>
<td><code>aw</code></td>
<td>Aruba</td>
</tr>
<tr>
<td><span class="flag flag-country-ax"></span>
</td>
<td><code>ax</code></td>
<td>Aslan Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-az"></span>
</td>
<td><code>az</code></td>
<td>Azerbaijan</td>
</tr>
<tr>
<td><span class="flag flag-country-ba"></span>
</td>
<td><code>ba</code></td>
<td>Bosnian</td>
</tr>
<tr>
<td><span class="flag flag-country-bb"></span>
</td>
<td><code>bb</code></td>
<td>Barbados</td>
</tr>
<tr>
<td><span class="flag flag-country-be"></span>
</td>
<td><code>be</code></td>
<td>Belgium</td>
</tr>
<tr>
<td><span class="flag flag-country-bf"></span>
</td>
<td><code>bf</code></td>
<td>Burkina Faso</td>
</tr>
<tr>
<td><span class="flag flag-country-bg"></span>
</td>
<td><code>bg</code></td>
<td>Bulgaria</td>
</tr>
<tr>
<td><span class="flag flag-country-bh"></span>
</td>
<td><code>bh</code></td>
<td>Bahrain</td>
</tr>
<tr>
<td><span class="flag flag-country-bi"></span>
</td>
<td><code>bi</code></td>
<td>Burundi</td>
</tr>
<tr>
<td><span class="flag flag-country-bj"></span>
</td>
<td><code>bj</code></td>
<td>Benin</td>
</tr>
<tr>
<td><span class="flag flag-country-bl"></span>
</td>
<td><code>bl</code></td>
<td>Saint-Barthélemy</td>
</tr>
<tr>
<td><span class="flag flag-country-bm"></span>
</td>
<td><code>bm</code></td>
<td>Bermuda</td>
</tr>
<tr>
<td><span class="flag flag-country-bn"></span>
</td>
<td><code>bn</code></td>
<td>Bruneian</td>
</tr>
<tr>
<td><span class="flag flag-country-bo"></span>
</td>
<td><code>bo</code></td>
<td>Bolivia</td>
</tr>
<tr>
<td><span class="flag flag-country-bq"></span>
</td>
<td><code>bq</code></td>
<td>Bonaire</td>
</tr>
<tr>
<td><span class="flag flag-country-br"></span>
</td>
<td><code>br</code></td>
<td>Brazil</td>
</tr>
<tr>
<td><span class="flag flag-country-bs"></span>
</td>
<td><code>bs</code></td>
<td>Bahamas</td>
</tr>
<tr>
<td><span class="flag flag-country-bt"></span>
</td>
<td><code>bt</code></td>
<td>Bhutan</td>
</tr>
<tr>
<td><span class="flag flag-country-bv"></span>
</td>
<td><code>bv</code></td>
<td>Bouvet Island</td>
</tr>
<tr>
<td><span class="flag flag-country-bw"></span>
</td>
<td><code>bw</code></td>
<td>Batswana</td>
</tr>
<tr>
<td><span class="flag flag-country-by"></span>
</td>
<td><code>by</code></td>
<td>Belarus</td>
</tr>
<tr>
<td><span class="flag flag-country-bz"></span>
</td>
<td><code>bz</code></td>
<td>Belize</td>
</tr>
<tr>
<td><span class="flag flag-country-ca"></span>
</td>
<td><code>ca</code></td>
<td>Canada</td>
</tr>
<tr>
<td><span class="flag flag-country-cc"></span>
</td>
<td><code>cc</code></td>
<td>Cocos Island</td>
</tr>
<tr>
<td><span class="flag flag-country-cd"></span>
</td>
<td><code>cd</code></td>
<td>Democratic Republic of Congo</td>
</tr>
<tr>
<td><span class="flag flag-country-cf"></span>
</td>
<td><code>cf</code></td>
<td>Central African Republic</td>
</tr>
<tr>
<td><span class="flag flag-country-cg"></span>
</td>
<td><code>cg</code></td>
<td>Republic of the Congo</td>
</tr>
<tr>
<td><span class="flag flag-country-ch"></span>
</td>
<td><code>ch</code></td>
<td>Switzerland</td>
</tr>
<tr>
<td><span class="flag flag-country-ci"></span>
</td>
<td><code>ci</code></td>
<td>Ivory Coast</td>
</tr>
<tr>
<td><span class="flag flag-country-ck"></span>
</td>
<td><code>ck</code></td>
<td>Cook Island</td>
</tr>
<tr>
<td><span class="flag flag-country-cl"></span>
</td>
<td><code>cl</code></td>
<td>Chile</td>
</tr>
<tr>
<td><span class="flag flag-country-cm"></span>
</td>
<td><code>cm</code></td>
<td>Cameroon</td>
</tr>
<tr>
<td><span class="flag flag-country-cn"></span>
</td>
<td><code>cn</code></td>
<td>China</td>
</tr>
<tr>
<td><span class="flag flag-country-co"></span>
</td>
<td><code>co</code></td>
<td>Colombia</td>
</tr>
<tr>
<td><span class="flag flag-country-cr"></span>
</td>
<td><code>cr</code></td>
<td>Costa Rica</td>
</tr>
<tr>
<td><span class="flag flag-country-cu"></span>
</td>
<td><code>cu</code></td>
<td>Cuba</td>
</tr>
<tr>
<td><span class="flag flag-country-cv"></span>
</td>
<td><code>cv</code></td>
<td>Cape Verde</td>
</tr>
<tr>
<td><span class="flag flag-country-cw"></span>
</td>
<td><code>cw</code></td>
<td>Curacao</td>
</tr>
<tr>
<td><span class="flag flag-country-cx"></span>
</td>
<td><code>cx</code></td>
<td>Christmas Island</td>
</tr>
<tr>
<td><span class="flag flag-country-cy"></span>
</td>
<td><code>cy</code></td>
<td>Cyprus</td>
</tr>
<tr>
<td><span class="flag flag-country-cz"></span>
</td>
<td><code>cz</code></td>
<td>Czech Republic</td>
</tr>
<tr>
<td><span class="flag flag-country-de"></span>
</td>
<td><code>de</code></td>
<td>Germany</td>
</tr>
<tr>
<td><span class="flag flag-country-dj"></span>
</td>
<td><code>dj</code></td>
<td>Djibouti</td>
</tr>
<tr>
<td><span class="flag flag-country-dk"></span>
</td>
<td><code>dk</code></td>
<td>Denmark</td>
</tr>
<tr>
<td><span class="flag flag-country-dm"></span>
</td>
<td><code>dm</code></td>
<td>Dominica</td>
</tr>
<tr>
<td><span class="flag flag-country-do"></span>
</td>
<td><code>do</code></td>
<td>Dominican Republic</td>
</tr>
<tr>
<td><span class="flag flag-country-dz"></span>
</td>
<td><code>dz</code></td>
<td>Algeria</td>
</tr>
<tr>
<td><span class="flag flag-country-ec"></span>
</td>
<td><code>ec</code></td>
<td>Ecuador</td>
</tr>
<tr>
<td><span class="flag flag-country-ee"></span>
</td>
<td><code>ee</code></td>
<td>Estonia</td>
</tr>
<tr>
<td><span class="flag flag-country-eg"></span>
</td>
<td><code>eg</code></td>
<td>Egypt</td>
</tr>
<tr>
<td><span class="flag flag-country-eh"></span>
</td>
<td><code>eh</code></td>
<td>Sahrawi</td>
</tr>
<tr>
<td><span class="flag flag-country-er"></span>
</td>
<td><code>er</code></td>
<td>Eritrea</td>
</tr>
<tr>
<td><span class="flag flag-country-es"></span>
</td>
<td><code>es</code></td>
<td>Spain</td>
</tr>
<tr>
<td><span class="flag flag-country-es-ct"></span>
</td>
<td><code>es-ct</code></td>
<td>Catalonia</td>
</tr>
<tr>
<td><span class="flag flag-country-et"></span>
</td>
<td><code>et</code></td>
<td>Ethiopia</td>
</tr>
<tr>
<td><span class="flag flag-country-eu"></span>
</td>
<td><code>eu</code></td>
<td>European Union</td>
</tr>
<tr>
<td><span class="flag flag-country-fi"></span>
</td>
<td><code>fi</code></td>
<td>Finland</td>
</tr>
<tr>
<td><span class="flag flag-country-fj"></span>
</td>
<td><code>fj</code></td>
<td>Fiji</td>
</tr>
<tr>
<td><span class="flag flag-country-fk"></span>
</td>
<td><code>fk</code></td>
<td>Falkland Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-fm"></span>
</td>
<td><code>fm</code></td>
<td>Federate States of Micronesia</td>
</tr>
<tr>
<td><span class="flag flag-country-fo"></span>
</td>
<td><code>fo</code></td>
<td>Faroe Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-fr"></span>
</td>
<td><code>fr</code></td>
<td>France</td>
</tr>
<tr>
<td><span class="flag flag-country-ga"></span>
</td>
<td><code>ga</code></td>
<td>Gabon</td>
</tr>
<tr>
<td><span class="flag flag-country-gb"></span>
</td>
<td><code>gb</code></td>
<td>Great Britain</td>
</tr>
<tr>
<td><span class="flag flag-country-gb-eng"></span>
</td>
<td><code>gb-eng</code></td>
<td>England</td>
</tr>
<tr>
<td><span class="flag flag-country-gb-nir"></span>
</td>
<td><code>gb-nir</code></td>
<td>Nothern Ireland</td>
</tr>
<tr>
<td><span class="flag flag-country-gb-sct"></span>
</td>
<td><code>gb-sct</code></td>
<td>Scotland</td>
</tr>
<tr>
<td><span class="flag flag-country-gb-wls"></span>
</td>
<td><code>gb-wls</code></td>
<td>Wales</td>
</tr>
<tr>
<td><span class="flag flag-country-gd"></span>
</td>
<td><code>gd</code></td>
<td>Grenada</td>
</tr>
<tr>
<td><span class="flag flag-country-ge"></span>
</td>
<td><code>ge</code></td>
<td>Georgia</td>
</tr>
<tr>
<td><span class="flag flag-country-gf"></span>
</td>
<td><code>gf</code></td>
<td>Guyana</td>
</tr>
<tr>
<td><span class="flag flag-country-gg"></span>
</td>
<td><code>gg</code></td>
<td>Guernsey</td>
</tr>
<tr>
<td><span class="flag flag-country-gh"></span>
</td>
<td><code>gh</code></td>
<td>Ghana</td>
</tr>
<tr>
<td><span class="flag flag-country-gi"></span>
</td>
<td><code>gi</code></td>
<td>Gibraltar</td>
</tr>
<tr>
<td><span class="flag flag-country-gl"></span>
</td>
<td><code>gl</code></td>
<td>Greenland</td>
</tr>
<tr>
<td><span class="flag flag-country-gm"></span>
</td>
<td><code>gm</code></td>
<td>Gambia</td>
</tr>
<tr>
<td><span class="flag flag-country-gn"></span>
</td>
<td><code>gn</code></td>
<td>Guinea</td>
</tr>
<tr>
<td><span class="flag flag-country-gp"></span>
</td>
<td><code>gp</code></td>
<td>Guadeloupe</td>
</tr>
<tr>
<td><span class="flag flag-country-gq"></span>
</td>
<td><code>gq</code></td>
<td>Equatorial Guinea</td>
</tr>
<tr>
<td><span class="flag flag-country-gr"></span>
</td>
<td><code>gr</code></td>
<td>Greece</td>
</tr>
<tr>
<td><span class="flag flag-country-gs"></span>
</td>
<td><code>gs</code></td>
<td>South Georgia</td>
</tr>
<tr>
<td><span class="flag flag-country-gt"></span>
</td>
<td><code>gt</code></td>
<td>Guatemala</td>
</tr>
<tr>
<td><span class="flag flag-country-gu"></span>
</td>
<td><code>gu</code></td>
<td>Guam</td>
</tr>
<tr>
<td><span class="flag flag-country-gw"></span>
</td>
<td><code>gw</code></td>
<td>Guinea-Bissau</td>
</tr>
<tr>
<td><span class="flag flag-country-gy"></span>
</td>
<td><code>gy</code></td>
<td>Guyana</td>
</tr>
<tr>
<td><span class="flag flag-country-hk"></span>
</td>
<td><code>hk</code></td>
<td>Hong Kong</td>
</tr>
<tr>
<td><span class="flag flag-country-hm"></span>
</td>
<td><code>hm</code></td>
<td>Heard and McDonald Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-hn"></span>
</td>
<td><code>hn</code></td>
<td>Honduras</td>
</tr>
<tr>
<td><span class="flag flag-country-hr"></span>
</td>
<td><code>hr</code></td>
<td>Croatia</td>
</tr>
<tr>
<td><span class="flag flag-country-ht"></span>
</td>
<td><code>ht</code></td>
<td>Haiti</td>
</tr>
<tr>
<td><span class="flag flag-country-hu"></span>
</td>
<td><code>hu</code></td>
<td>Hungary</td>
</tr>
<tr>
<td><span class="flag flag-country-id"></span>
</td>
<td><code>id</code></td>
<td>Indonesia</td>
</tr>
<tr>
<td><span class="flag flag-country-ie"></span>
</td>
<td><code>ie</code></td>
<td>Ireland</td>
</tr>
<tr>
<td><span class="flag flag-country-il"></span>
</td>
<td><code>il</code></td>
<td>Israel</td>
</tr>
<tr>
<td><span class="flag flag-country-im"></span>
</td>
<td><code>im</code></td>
<td>Isle of Man</td>
</tr>
<tr>
<td><span class="flag flag-country-in"></span>
</td>
<td><code>in</code></td>
<td>India</td>
</tr>
<tr>
<td><span class="flag flag-country-io"></span>
</td>
<td><code>io</code></td>
<td>British Indian Ocean Territory</td>
</tr>
<tr>
<td><span class="flag flag-country-iq"></span>
</td>
<td><code>iq</code></td>
<td>Iraq</td>
</tr>
<tr>
<td><span class="flag flag-country-ir"></span>
</td>
<td><code>ir</code></td>
<td>Iran</td>
</tr>
<tr>
<td><span class="flag flag-country-is"></span>
</td>
<td><code>is</code></td>
<td>Iceland</td>
</tr>
<tr>
<td><span class="flag flag-country-it"></span>
</td>
<td><code>it</code></td>
<td>Italy</td>
</tr>
<tr>
<td><span class="flag flag-country-je"></span>
</td>
<td><code>je</code></td>
<td>Jersey</td>
</tr>
<tr>
<td><span class="flag flag-country-jm"></span>
</td>
<td><code>jm</code></td>
<td>Jamaica</td>
</tr>
<tr>
<td><span class="flag flag-country-jo"></span>
</td>
<td><code>jo</code></td>
<td>Jordan</td>
</tr>
<tr>
<td><span class="flag flag-country-jp"></span>
</td>
<td><code>jp</code></td>
<td>Japan</td>
</tr>
<tr>
<td><span class="flag flag-country-ke"></span>
</td>
<td><code>ke</code></td>
<td>Kenya</td>
</tr>
<tr>
<td><span class="flag flag-country-kg"></span>
</td>
<td><code>kg</code></td>
<td>Kyrgyzstan</td>
</tr>
<tr>
<td><span class="flag flag-country-kh"></span>
</td>
<td><code>kh</code></td>
<td>Cambodia</td>
</tr>
<tr>
<td><span class="flag flag-country-ki"></span>
</td>
<td><code>ki</code></td>
<td>Kiribati</td>
</tr>
<tr>
<td><span class="flag flag-country-km"></span>
</td>
<td><code>km</code></td>
<td>Comoros</td>
</tr>
<tr>
<td><span class="flag flag-country-kn"></span>
</td>
<td><code>kn</code></td>
<td>Saint Kitts and Nevis</td>
</tr>
<tr>
<td><span class="flag flag-country-kp"></span>
</td>
<td><code>kp</code></td>
<td>North Korea</td>
</tr>
<tr>
<td><span class="flag flag-country-kr"></span>
</td>
<td><code>kr</code></td>
<td>South Korea</td>
</tr>
<tr>
<td><span class="flag flag-country-kw"></span>
</td>
<td><code>kw</code></td>
<td>Kuwait</td>
</tr>
<tr>
<td><span class="flag flag-country-ky"></span>
</td>
<td><code>ky</code></td>
<td>Cayman Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-kz"></span>
</td>
<td><code>kz</code></td>
<td>Kazakhstan</td>
</tr>
<tr>
<td><span class="flag flag-country-la"></span>
</td>
<td><code>la</code></td>
<td>Laos</td>
</tr>
<tr>
<td><span class="flag flag-country-lb"></span>
</td>
<td><code>lb</code></td>
<td>Lebanese</td>
</tr>
<tr>
<td><span class="flag flag-country-lc"></span>
</td>
<td><code>lc</code></td>
<td>Saint Lucia</td>
</tr>
<tr>
<td><span class="flag flag-country-li"></span>
</td>
<td><code>li</code></td>
<td>Liechtenstein</td>
</tr>
<tr>
<td><span class="flag flag-country-lk"></span>
</td>
<td><code>lk</code></td>
<td>Sri Lanka</td>
</tr>
<tr>
<td><span class="flag flag-country-lr"></span>
</td>
<td><code>lr</code></td>
<td>Liberia</td>
</tr>
<tr>
<td><span class="flag flag-country-ls"></span>
</td>
<td><code>ls</code></td>
<td>Lesotho</td>
</tr>
<tr>
<td><span class="flag flag-country-lt"></span>
</td>
<td><code>lt</code></td>
<td>Lithuania</td>
</tr>
<tr>
<td><span class="flag flag-country-lu"></span>
</td>
<td><code>lu</code></td>
<td>Luxembourg</td>
</tr>
<tr>
<td><span class="flag flag-country-lv"></span>
</td>
<td><code>lv</code></td>
<td>Latvia</td>
</tr>
<tr>
<td><span class="flag flag-country-ly"></span>
</td>
<td><code>ly</code></td>
<td>Libya</td>
</tr>
<tr>
<td><span class="flag flag-country-ma"></span>
</td>
<td><code>ma</code></td>
<td>Morocco</td>
</tr>
<tr>
<td><span class="flag flag-country-mc"></span>
</td>
<td><code>mc</code></td>
<td>Monaco</td>
</tr>
<tr>
<td><span class="flag flag-country-md"></span>
</td>
<td><code>md</code></td>
<td>Moldova</td>
</tr>
<tr>
<td><span class="flag flag-country-me"></span>
</td>
<td><code>me</code></td>
<td>Montenegro</td>
</tr>
<tr>
<td><span class="flag flag-country-mf"></span>
</td>
<td><code>mf</code></td>
<td>Saint Martin</td>
</tr>
<tr>
<td><span class="flag flag-country-mg"></span>
</td>
<td><code>mg</code></td>
<td>Madagascar</td>
</tr>
<tr>
<td><span class="flag flag-country-mh"></span>
</td>
<td><code>mh</code></td>
<td>Marshall Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-mk"></span>
</td>
<td><code>mk</code></td>
<td>Macedonia</td>
</tr>
<tr>
<td><span class="flag flag-country-ml"></span>
</td>
<td><code>ml</code></td>
<td>Mali</td>
</tr>
<tr>
<td><span class="flag flag-country-mm"></span>
</td>
<td><code>mm</code></td>
<td>Myanmar</td>
</tr>
<tr>
<td><span class="flag flag-country-mn"></span>
</td>
<td><code>mn</code></td>
<td>Mongolia</td>
</tr>
<tr>
<td><span class="flag flag-country-mo"></span>
</td>
<td><code>mo</code></td>
<td>Macao</td>
</tr>
<tr>
<td><span class="flag flag-country-mp"></span>
</td>
<td><code>mp</code></td>
<td>Nothern Mariana Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-mq"></span>
</td>
<td><code>mq</code></td>
<td>Martinique</td>
</tr>
<tr>
<td><span class="flag flag-country-mr"></span>
</td>
<td><code>mr</code></td>
<td>Mauritania</td>
</tr>
<tr>
<td><span class="flag flag-country-ms"></span>
</td>
<td><code>ms</code></td>
<td>Montserrat</td>
</tr>
<tr>
<td><span class="flag flag-country-mt"></span>
</td>
<td><code>mt</code></td>
<td>Malta</td>
</tr>
<tr>
<td><span class="flag flag-country-mu"></span>
</td>
<td><code>mu</code></td>
<td>Mauritius</td>
</tr>
<tr>
<td><span class="flag flag-country-mv"></span>
</td>
<td><code>mv</code></td>
<td>Maldives</td>
</tr>
<tr>
<td><span class="flag flag-country-mw"></span>
</td>
<td><code>mw</code></td>
<td>Malawi</td>
</tr>
<tr>
<td><span class="flag flag-country-mx"></span>
</td>
<td><code>mx</code></td>
<td>Mexico</td>
</tr>
<tr>
<td><span class="flag flag-country-my"></span>
</td>
<td><code>my</code></td>
<td>Malaysia</td>
</tr>
<tr>
<td><span class="flag flag-country-mz"></span>
</td>
<td><code>mz</code></td>
<td>Mozambique</td>
</tr>
<tr>
<td><span class="flag flag-country-na"></span>
</td>
<td><code>na</code></td>
<td>Namibia</td>
</tr>
<tr>
<td><span class="flag flag-country-nc"></span>
</td>
<td><code>nc</code></td>
<td>New Caledonia</td>
</tr>
<tr>
<td><span class="flag flag-country-ne"></span>
</td>
<td><code>ne</code></td>
<td>Niger</td>
</tr>
<tr>
<td><span class="flag flag-country-nf"></span>
</td>
<td><code>nf</code></td>
<td>Norfolk Island</td>
</tr>
<tr>
<td><span class="flag flag-country-ng"></span>
</td>
<td><code>ng</code></td>
<td>Nigeria</td>
</tr>
<tr>
<td><span class="flag flag-country-ni"></span>
</td>
<td><code>ni</code></td>
<td>Nicaragua</td>
</tr>
<tr>
<td><span class="flag flag-country-no"></span>
</td>
<td><code>no</code></td>
<td>Norway</td>
</tr>
<tr>
<td><span class="flag flag-country-np"></span>
</td>
<td><code>np</code></td>
<td>Nepal</td>
</tr>
<tr>
<td><span class="flag flag-country-nr"></span>
</td>
<td><code>nr</code></td>
<td>Nauruan</td>
</tr>
<tr>
<td><span class="flag flag-country-nu"></span>
</td>
<td><code>nu</code></td>
<td>Niger</td>
</tr>
<tr>
<td><span class="flag flag-country-nz"></span>
</td>
<td><code>nz</code></td>
<td>New Zeland</td>
</tr>
<tr>
<td><span class="flag flag-country-om"></span>
</td>
<td><code>om</code></td>
<td>Oman</td>
</tr>
<tr>
<td><span class="flag flag-country-pa"></span>
</td>
<td><code>pa</code></td>
<td>Panama</td>
</tr>
<tr>
<td><span class="flag flag-country-pe"></span>
</td>
<td><code>pe</code></td>
<td>Peru</td>
</tr>
<tr>
<td><span class="flag flag-country-pf"></span>
</td>
<td><code>pf</code></td>
<td>French Polynesia</td>
</tr>
<tr>
<td><span class="flag flag-country-pg"></span>
</td>
<td><code>pg</code></td>
<td>Papua New Guinea</td>
</tr>
<tr>
<td><span class="flag flag-country-ph"></span>
</td>
<td><code>ph</code></td>
<td>Philippines</td>
</tr>
<tr>
<td><span class="flag flag-country-pk"></span>
</td>
<td><code>pk</code></td>
<td>Pakistan</td>
</tr>
<tr>
<td><span class="flag flag-country-pl"></span>
</td>
<td><code>pl</code></td>
<td>Poland</td>
</tr>
<tr>
<td><span class="flag flag-country-pm"></span>
</td>
<td><code>pm</code></td>
<td>Saint Pierre</td>
</tr>
<tr>
<td><span class="flag flag-country-pn"></span>
</td>
<td><code>pn</code></td>
<td>Pitcairn Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-pr"></span>
</td>
<td><code>pr</code></td>
<td>Puerto Rico</td>
</tr>
<tr>
<td><span class="flag flag-country-ps"></span>
</td>
<td><code>ps</code></td>
<td>Palestine</td>
</tr>
<tr>
<td><span class="flag flag-country-pt"></span>
</td>
<td><code>pt</code></td>
<td>Portugal</td>
</tr>
<tr>
<td><span class="flag flag-country-pw"></span>
</td>
<td><code>pw</code></td>
<td>Palau</td>
</tr>
<tr>
<td><span class="flag flag-country-py"></span>
</td>
<td><code>py</code></td>
<td>Paraguay</td>
</tr>
<tr>
<td><span class="flag flag-country-qa"></span>
</td>
<td><code>qa</code></td>
<td>Qatar</td>
</tr>
<tr>
<td><span class="flag flag-country-re"></span>
</td>
<td><code>re</code></td>
<td>Reunion Island</td>
</tr>
<tr>
<td><span class="flag flag-country-ro"></span>
</td>
<td><code>ro</code></td>
<td>Romania</td>
</tr>
<tr>
<td><span class="flag flag-country-rs"></span>
</td>
<td><code>rs</code></td>
<td>Serbia</td>
</tr>
<tr>
<td><span class="flag flag-country-ru"></span>
</td>
<td><code>ru</code></td>
<td>Russia</td>
</tr>
<tr>
<td><span class="flag flag-country-rw"></span>
</td>
<td><code>rw</code></td>
<td>Rwanda</td>
</tr>
<tr>
<td><span class="flag flag-country-sa"></span>
</td>
<td><code>sa</code></td>
<td>Saudi Arabia</td>
</tr>
<tr>
<td><span class="flag flag-country-sb"></span>
</td>
<td><code>sb</code></td>
<td>Solomon Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-sc"></span>
</td>
<td><code>sc</code></td>
<td>Seychelles</td>
</tr>
<tr>
<td><span class="flag flag-country-sd"></span>
</td>
<td><code>sd</code></td>
<td>Sudan</td>
</tr>
<tr>
<td><span class="flag flag-country-se"></span>
</td>
<td><code>se</code></td>
<td>Sweden</td>
</tr>
<tr>
<td><span class="flag flag-country-sg"></span>
</td>
<td><code>sg</code></td>
<td>Singapore</td>
</tr>
<tr>
<td><span class="flag flag-country-sh"></span>
</td>
<td><code>sh</code></td>
<td>Saint Helena</td>
</tr>
<tr>
<td><span class="flag flag-country-si"></span>
</td>
<td><code>si</code></td>
<td>Slovenia</td>
</tr>
<tr>
<td><span class="flag flag-country-sj"></span>
</td>
<td><code>sj</code></td>
<td>Svalbard Island</td>
</tr>
<tr>
<td><span class="flag flag-country-sk"></span>
</td>
<td><code>sk</code></td>
<td>Slovakia</td>
</tr>
<tr>
<td><span class="flag flag-country-sl"></span>
</td>
<td><code>sl</code></td>
<td>Sierra Leone</td>
</tr>
<tr>
<td><span class="flag flag-country-sm"></span>
</td>
<td><code>sm</code></td>
<td>San Marino</td>
</tr>
<tr>
<td><span class="flag flag-country-sn"></span>
</td>
<td><code>sn</code></td>
<td>Senegal</td>
</tr>
<tr>
<td><span class="flag flag-country-so"></span>
</td>
<td><code>so</code></td>
<td>Somalia</td>
</tr>
<tr>
<td><span class="flag flag-country-sr"></span>
</td>
<td><code>sr</code></td>
<td>Suriname</td>
</tr>
<tr>
<td><span class="flag flag-country-ss"></span>
</td>
<td><code>ss</code></td>
<td>South Sudan</td>
</tr>
<tr>
<td><span class="flag flag-country-st"></span>
</td>
<td><code>st</code></td>
<td>Sao Tome</td>
</tr>
<tr>
<td><span class="flag flag-country-sv"></span>
</td>
<td><code>sv</code></td>
<td>El Salvador</td>
</tr>
<tr>
<td><span class="flag flag-country-sx"></span>
</td>
<td><code>sx</code></td>
<td>Sint Maarten</td>
</tr>
<tr>
<td><span class="flag flag-country-sy"></span>
</td>
<td><code>sy</code></td>
<td>Syria</td>
</tr>
<tr>
<td><span class="flag flag-country-sz"></span>
</td>
<td><code>sz</code></td>
<td>Swaziland</td>
</tr>
<tr>
<td><span class="flag flag-country-tc"></span>
</td>
<td><code>tc</code></td>
<td>Turks and Caicos</td>
</tr>
<tr>
<td><span class="flag flag-country-td"></span>
</td>
<td><code>td</code></td>
<td>Chad</td>
</tr>
<tr>
<td><span class="flag flag-country-tf"></span>
</td>
<td><code>tf</code></td>
<td>French Southern and Antarctic Lands</td>
</tr>
<tr>
<td><span class="flag flag-country-tg"></span>
</td>
<td><code>tg</code></td>
<td>Togo</td>
</tr>
<tr>
<td><span class="flag flag-country-th"></span>
</td>
<td><code>th</code></td>
<td>Thailand</td>
</tr>
<tr>
<td><span class="flag flag-country-tj"></span>
</td>
<td><code>tj</code></td>
<td>Tajikistan</td>
</tr>
<tr>
<td><span class="flag flag-country-tk"></span>
</td>
<td><code>tk</code></td>
<td>Tokelau</td>
</tr>
<tr>
<td><span class="flag flag-country-tl"></span>
</td>
<td><code>tl</code></td>
<td>Timor Leste</td>
</tr>
<tr>
<td><span class="flag flag-country-tm"></span>
</td>
<td><code>tm</code></td>
<td>Turkmenistan</td>
</tr>
<tr>
<td><span class="flag flag-country-tn"></span>
</td>
<td><code>tn</code></td>
<td>Tunisia</td>
</tr>
<tr>
<td><span class="flag flag-country-to"></span>
</td>
<td><code>to</code></td>
<td>Tonga</td>
</tr>
<tr>
<td><span class="flag flag-country-tr"></span>
</td>
<td><code>tr</code></td>
<td>Turkey</td>
</tr>
<tr>
<td><span class="flag flag-country-tt"></span>
</td>
<td><code>tt</code></td>
<td>Trinidad and Tobago</td>
</tr>
<tr>
<td><span class="flag flag-country-tv"></span>
</td>
<td><code>tv</code></td>
<td>Tuvalu</td>
</tr>
<tr>
<td><span class="flag flag-country-tz"></span>
</td>
<td><code>tz</code></td>
<td>Tanzania</td>
</tr>
<tr>
<td><span class="flag flag-country-ua"></span>
</td>
<td><code>ua</code></td>
<td>Ukraine</td>
</tr>
<tr>
<td><span class="flag flag-country-ug"></span>
</td>
<td><code>ug</code></td>
<td>Uganda</td>
</tr>
<tr>
<td><span class="flag flag-country-um"></span>
</td>
<td><code>um</code></td>
<td>United States Minor Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-un"></span>
</td>
<td><code>un</code></td>
<td>United Nations</td>
</tr>
<tr>
<td><span class="flag flag-country-us"></span>
</td>
<td><code>us</code></td>
<td>United States of America</td>
</tr>
<tr>
<td><span class="flag flag-country-uy"></span>
</td>
<td><code>uy</code></td>
<td>Uruguay</td>
</tr>
<tr>
<td><span class="flag flag-country-uz"></span>
</td>
<td><code>uz</code></td>
<td>Uzbekistan</td>
</tr>
<tr>
<td><span class="flag flag-country-va"></span>
</td>
<td><code>va</code></td>
<td>Vatican City</td>
</tr>
<tr>
<td><span class="flag flag-country-vc"></span>
</td>
<td><code>vc</code></td>
<td>Saint Vincent</td>
</tr>
<tr>
<td><span class="flag flag-country-ve"></span>
</td>
<td><code>ve</code></td>
<td>Venezuela</td>
</tr>
<tr>
<td><span class="flag flag-country-vg"></span>
</td>
<td><code>vg</code></td>
<td>British Virgin Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-vi"></span>
</td>
<td><code>vi</code></td>
<td>Virgiin Islands</td>
</tr>
<tr>
<td><span class="flag flag-country-vn"></span>
</td>
<td><code>vn</code></td>
<td>Vietnam</td>
</tr>
<tr>
<td><span class="flag flag-country-vu"></span>
</td>
<td><code>vu</code></td>
<td>Vanuatu</td>
</tr>
<tr>
<td><span class="flag flag-country-wf"></span>
</td>
<td><code>wf</code></td>
<td>Wallis and Futuna</td>
</tr>
<tr>
<td><span class="flag flag-country-ws"></span>
</td>
<td><code>ws</code></td>
<td>Samoa</td>
</tr>
<tr>
<td><span class="flag flag-country-ye"></span>
</td>
<td><code>ye</code></td>
<td>Yemen</td>
</tr>
<tr>
<td><span class="flag flag-country-za"></span>
</td>
<td><code>za</code></td>
<td>South Africa</td>
</tr>
<tr>
<td><span class="flag flag-country-zm"></span>
</td>
<td><code>zm</code></td>
<td>Zambia</td>
</tr>
<tr>
<td><span class="flag flag-country-zw"></span>
</td>
<td><code>zw</code></td>
<td>Zimbabwe</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<!-- Libs JS -->
<script src="../dist/libs/jquery/dist/jquery.slim.min.js?1580803658"></script>
<!-- Tabler Core -->
<script src="../dist/js/tabler.min.js?1580803658"></script>
<script src="../dist/js/tabler-range-sliders.min.js?1580803658"></script>
</body>
</html>