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:
@@ -18,9 +18,9 @@ done: true
|
||||
Using Bootstrap’s typical naming structure, you can create a standard flag, or scale it up to different sizes based on what’s 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,6 +2,7 @@
|
||||
title: Payments
|
||||
menu: docs.payments
|
||||
plugin: payments
|
||||
done: true
|
||||
---
|
||||
|
||||
### Payment
|
||||
@@ -33,4 +34,4 @@ Using Bootstrap’s typical naming structure, you can create a standard payment,
|
||||
<td>{{ payment.name }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user