1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 19:26:10 +04:00
Files
tabler/preview/pages/_includes/cards/map-vector.html

10 lines
276 B
HTML

{% assign map = include.map | default: "world" %}
<div class="card">
<div class="card-body">
{% if include.title %}
<h3 class="card-title">{{ include.title }}</h3>
{% endif %}
{% include "ui/map-vector.html" map-id=map color="primary" ratio="21x9" %}
</div>
</div>