UNPKG

alpaca

Version:

Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide

17 lines (12 loc) 594 B
<script type="text/x-handlebars-template"> <form role="form"> {{#formItems}}{{/formItems}} <div class="alpaca-form-buttons-container"> {{#if options.buttons}} {{#each options.buttons}} <button data-key="{{@key}}" type="{{type}}" {{#if id}}id="{{id}}"{{/if}} class="alpaca-form-button alpaca-form-button-{{@key}} {{styles}}" {{#each value}}{{@key}}="{{this}}"{{/each}} {{#each attributes}} {{@key}}="{{this}}"{{/each}}>{{{value}}}</button> {{/each}} {{/if}} </div> </form> </script>