1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 05:54:53 +04:00

form elements, flags, payments refactoring

This commit is contained in:
codecalm
2020-01-10 20:55:55 +01:00
parent d1711c8194
commit 2d0ccfd551
25 changed files with 368 additions and 234 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ done: true
Using Bootstraps typical naming structure, you can create a standard flag, or scale it up to different sizes based on whats needed.
{% example html %}
{% include ui/flag.html flag="pl" class="flag-size-xl mr-1" %}
{% include ui/flag.html flag="pl" class="flag-size-lg mr-1" %}
{% include ui/flag.html flag="pl" class="flag-size-md" %}
{% include ui/flag.html flag="pl" size="xl" class="mr-1" %}
{% include ui/flag.html flag="pl" size="lg" class="mr-1" %}
{% include ui/flag.html flag="pl" size="md" %}
{% include ui/flag.html flag="pl" class="mr-1" %}
{% endexample %}
+2 -1
View File
@@ -2,6 +2,7 @@
title: Payments
menu: docs.payments
plugin: payments
done: true
---
### Payment
@@ -33,4 +34,4 @@ Using Bootstraps typical naming structure, you can create a standard payment,
<td>{{ payment.name }}</td>
</tr>
{% endfor %}
</table>
</table>