vue-giveworks-form
Version:
This plugin provides Vue.js component for the open [http://giveworks.net](Giveworks Platform).
28 lines (24 loc) • 846 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vertical Signup Form Example</title>
</head>
<body>
<div id="app">
<div class="container">
<giveworks-form
page-id="1907"
api-key="$2y$10$sa7iu51XFbNkuLgrQfKH3eqb3tp639cwcyJdE36In4VY/WJZjY.x2">
</giveworks-form>
</div>
</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>
</body>
</html>