UNPKG

checkout.js

Version:

Easy to use checkout widget powered by Crowdstart.

4 lines (3 loc) 279 B
label(for='{ model.name }', if='{ opts.label }') | { opts.label } input(class='{ crowdstart-error: hasError() }', id='{ model.name }', name='{ opts.name || model.name }', onchange='{ change }', onblur='{ change }', value='{ model.value }', placeholder='{ model.placeholder }')