@cocreate/stripe
Version:
A simple stripe component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
23 lines (21 loc) • 667 B
HTML
<html lang="en">
<head>
<title>Stripe</title>
<head>
<h1>Test</h1>
<form stripe>
<button actions="balance.retrieve">
getBalanceBtn in console
</button>
</form>
<div template>
<span>{{available.currency}}: </span
><span>{{available.amount}}</span>
</div>
<!--CoCreateJS-->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
<!--<script src="../dist/CoCreate-stripe.js"></script>-->
</head>
</head>
</html>