UNPKG

webpack-dependency-suite

Version:

A set of Webpack plugins, loaders and utilities designed for advanced dependency resolution

21 lines (20 loc) 744 B
<template> <section class="au-animate"> <h2>${heading < heading2}</h2> <form role="form" submit.delegate="submit()"> <div class="form-group"> <label for="fn">First Name</label> <input type="text" value.bind="firstName" class="form-control" id="fn" placeholder="first name"> </div> <div class="form-group"> <label for="ln">Last Name</label> <input type="text" value.bind="lastName" class="form-control" id="ln" placeholder="last name"> </div> <div class="form-group"> <label>Full Name</label> <p class="help-block">${fullName | upper}</p> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </section> </template>