1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/pages/components.html
2019-09-20 21:34:48 +02:00

12 lines
219 B
HTML

---
title: Table UI components
---
<div class="container">
<ul>
{% for component in site.components %}
<li><a href="{{ component.url }}">{{ component.title }}</a></li>
{% endfor %}
</ul>
</div>