1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

maps components, mapbox, small fixes

This commit is contained in:
codecalm
2020-02-20 21:33:38 +01:00
parent 1cacc9edb5
commit c34031ffb3
6 changed files with 77 additions and 75 deletions

18
pages/maps-vector.html Normal file
View File

@@ -0,0 +1,18 @@
---
title: Maps
page-header: Maps
---
<div class="row">
{% for map in site.data.maps %}
<div class="col-lg-6">
<div class="card">
<div class="card-body">
{% assign id = map[0] %}
{% include ui/map-vector.html map-id=id %}
</div>
</div>
</div>
{% endfor %}
</div>