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:
18
pages/maps-vector.html
Normal file
18
pages/maps-vector.html
Normal 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>
|
||||
Reference in New Issue
Block a user