1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/pages/_docs/payments.md
2020-01-10 20:55:55 +01:00

878 B
Raw Blame History

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

Payment

{% example %} {% include ui/payment.html payment="shopify"%} {% include ui/payment.html%} {% include ui/payment.html 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 payment="shopify" size="xl"%} {% include ui/payment.html size="lg"%} {% include ui/payment.html payment="paypal" size="md"%} {% include ui/payment.html payment="amazon"%} {% endexample %}

Types

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