0.0.3 • Published 4 years ago

@payburner/payburner-payid-card v0.0.3

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

payburner-payid-card

This is an early edition of payid-cards, a web-component used to display PayIDs and is offered to the community by Payburner

The following example shows how easy it is to use.

 <html>
    <head>
        <!-- embed the payid-card javascript -->
        <script src='https://unpkg.com/@payburner/payburner-payid-card@^0.0.3/dist/payid-card.js'></script>
    </head>
    <body>
        <!-- create as many payid cards as you wish -->
        <payid-card payid="LaSourceAfrique$payburner.com"/>
        
        <payid-card payid="CryptoCwby$payburner.com"/>
       
        
    </body>
 </html>