mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
12 lines
219 B
HTML
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>
|