npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@tabler/payments-vue

v0.1.0

Published

Payment provider logos as Vue 3 components.

Readme

@tabler/payments-vue

Payment provider logos as Vue 3 components — one tree-shakable component per provider, plus a dynamic lookup by slug for data-driven lists.

Pre-1.0. API may still change.

Install

pnpm add @tabler/payments-vue vue

(npm install / yarn add work the same way.)

Usage

Import the provider you need by name:

<script setup>
import { PaymentVisa } from '@tabler/payments-vue';
</script>

<template>
  <PaymentVisa variant="dark" :size="32" />
</template>

Rendering by slug

When the provider isn't known ahead of time — for example, rendering a row of accepted payment methods from an array of slugs — use the dynamic Payment component instead of importing every provider by name:

<script setup>
import { Payment } from '@tabler/payments-vue';

defineProps<{ slugs: string[] }>();
</script>

<template>
  <Payment v-for="slug in slugs" :key="slug" :provider="slug" variant="dark" :size="32" />
</template>

Props

| Prop | Type | Default | Description | | --- | --- | --- | --- | | variant | 'light' \| 'dark' | 'light' | Which pre-baked color variant to render. | | size | string \| number | 24 | Sets the SVG height. Width is derived from the provider's fixed 5:3 aspect ratio, unless you also pass an explicit width. | | title | string | — | Adds an accessible <title> element inside the SVG. | | ...rest | any SVG attribute | — | Any other standard SVG attribute (class, stroke-width, ...) is forwarded to the root <svg> as-is, kebab-case — this package does not convert to camelCase, matching Vue/DOM convention. |

The dynamic Payment component additionally requires:

| Prop | Type | Description | | --- | --- | --- | | provider | one of the slugs in the table below | Which provider to render. |

Providers

Component names below are also the named exports of this package.

| Name | Slug | Component | | --- | --- | --- | | 2c2p | 2c2p | Payment2c2p | | 2checkout | 2checkout | Payment2checkout | | Adyen | adyen | PaymentAdyen | | Affirm | affirm | PaymentAffirm | | Alipay Plus | alipay-plus | PaymentAlipayPlus | | Alipay | alipay | PaymentAlipay | | Allegro Pay | allegro-pay | PaymentAllegroPay | | Amazon Pay | amazon-pay | PaymentAmazonPay | | Amazon | amazon | PaymentAmazon | | American Express | americanexpress | PaymentAmericanexpress | | Apple Pay | applepay | PaymentApplepay | | Authorize | authorize | PaymentAuthorize | | Autopay | autopay | PaymentAutopay | | Bancontact | bancontact | PaymentBancontact | | Binance USD | binance-usd | PaymentBinanceUsd | | Bitcoin | bitcoin | PaymentBitcoin | | BitPay | bitpay | PaymentBitpay | | Bkash | bkash | PaymentBkash | | Blik | blik | PaymentBlik | | Braintree | braintree | PaymentBraintree | | Cash App | cash-app | PaymentCashApp | | Chime | chime | PaymentChime | | Cirrus | cirrus | PaymentCirrus | | ClickandBuy | clickandbuy | PaymentClickandbuy | | Coinkite | coinkite | PaymentCoinkite | | Diners Club | dinersclub | PaymentDinersclub | | Direct Debit | directdebit | PaymentDirectdebit | | Discover | discover | PaymentDiscover | | Dotpay | dotpay | PaymentDotpay | | Dwolla | dwolla | PaymentDwolla | | EasyPaisa | easypaisa | PaymentEasypaisa | | eBay | ebay | PaymentEbay | | Elo | elo | PaymentElo | | ePayco | epayco | PaymentEpayco | | Ethereum | ethereum | PaymentEthereum | | eWay | eway | PaymentEway | | Giropay | giropay | PaymentGiropay | | Google Pay | google-pay | PaymentGooglePay | | HubSpot | hubspot | PaymentHubspot | | Ingenico | ingenico | PaymentIngenico | | JCB | jcb | PaymentJcb | | Klarna | klarna | PaymentKlarna | | Laser | laser | PaymentLaser | | Litecoin | litecoin | PaymentLitecoin | | Maestro | maestro | PaymentMaestro | | Mastercard | mastercard | PaymentMastercard | | Mercado Pago | mercado-pago | PaymentMercadoPago | | MetaMask | metamask | PaymentMetamask | | MIR | mir | PaymentMir | | Monero | monero | PaymentMonero | | MoneyGram | moneygram | PaymentMoneygram | | Neteller | neteller | PaymentNeteller | | Ogone | ogone | PaymentOgone | | OKPay | okpay | PaymentOkpay | | OpenSea | opensea | PaymentOpensea | | Paybox | paybox | PaymentPaybox | | Payconiq | payconiq | PaymentPayconiq | | Payka | payka | PaymentPayka | | Payline | payline | PaymentPayline | | Paymill | paymill | PaymentPaymill | | Payone | payone | PaymentPayone | | Payoneer | payoneer | PaymentPayoneer | | PayPal | paypal | PaymentPaypal | | PayPo | paypo | PaymentPaypo | | Paysafe | paysafe | PaymentPaysafe | | Paysafecard | paysafecard | PaymentPaysafecard | | PayU | payu | PaymentPayu | | Payza | payza | PaymentPayza | | Poli | poli | PaymentPoli | | Przelewy24 | przelewy24 | PaymentPrzelewy24 | | Revolut Pay | revolut-pay | PaymentRevolutPay | | Ripple | ripple | PaymentRipple | | Sage | sage | PaymentSage | | Samsung Pay | samsung-pay | PaymentSamsungPay | | SEPA | sepa | PaymentSepa | | Shop Pay | shop-pay | PaymentShopPay | | Shopify | shopify | PaymentShopify | | Skrill | skrill | PaymentSkrill | | Solana | solana | PaymentSolana | | Solo | solo | PaymentSolo | | Spingo | spingo | PaymentSpingo | | Square | square | PaymentSquare | | Stax | stax | PaymentStax | | Stripe | stripe | PaymentStripe | | Switch | switch | PaymentSwitch | | Tether | tether | PaymentTether | | Tpay | tpay | PaymentTpay | | True USD | true-usd | PaymentTrueUsd | | Ukash | ukash | PaymentUkash | | UnionPay | unionpay | PaymentUnionpay | | Venmo | venmo | PaymentVenmo | | Verifone | verifone | PaymentVerifone | | Verisign | verisign | PaymentVerisign | | Visa | visa | PaymentVisa | | WeChat Pay | we-chat-pay | PaymentWeChatPay | | WebMoney | webmoney | PaymentWebmoney | | Western Union | westernunion | PaymentWesternunion | | Wise | wise | PaymentWise | | Worldpay | worldpay | PaymentWorldpay | | Zelle | zelle | PaymentZelle |

License

tabler-payments is licensed under the MIT License.