1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 13:34:37 +04:00
Files
tabler/pages/_docs/payments.md
T
2020-02-09 16:49:37 +01:00

1.1 KiB
Raw Blame History

title, menu, plugin, done
title menu plugin done
Payments docs.payments payments true

Payment

{% example %} {% include ui/payment.html class="mr-3" payment="shopify"%} {% include ui/payment.html class="mr-3" payment="visa" %} {% include ui/payment.html class="mr-3" payment="paypal"%} {% endexample %}

Payment sizes

Using Bootstraps typical naming structure, you can create a standard payment, or scale it up to different sizes based on whats needed.

{% example %} {% include ui/payment.html class="mr-3" payment="shopify" size="xl" %} {% include ui/payment.html class="mr-3" payment="visa" size="lg" %} {% include ui/payment.html class="mr-3" payment="paypal" size="md" %} {% include ui/payment.html class="mr-3" payment="amazon" size="sm" %} {% endexample %}

Types

{% for payment in site.data.payments %} {% endfor %}
{{ payment.name }} {{ payment.logo }} {% include ui/payment.html payment=payment.logo %} {% include ui/payment.html payment=payment.logo dark=true %}