vue-giveworks-form
Version:
This plugin provides Vue.js component for the open [http://giveworks.net](Giveworks Platform).
27 lines (22 loc) • 907 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vertical Donation Form Example</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css">
</head>
<body>
<div id="app" class="container" style="width:330px">
<giveworks-form
page-id="973"
api-key="$2y$10$GPHLvsJj4Ad3gxm/eJlvZO2MyrEClWZyjx4hwl5R686Y0.S8QNfbe">
</giveworks-form>
</div>
<!-- VueGiveworksForm dependencies -->
<link rel="stylesheet" href="../dist/GiveworksForm.css">
<script src="https://unpkg.com/vue"></script>
<!-- VueGiveworksForm Library -->
<script type="text/javascript" src="../dist/GiveworksForm.umd.js"></script>
</body>
</html>