UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

8 lines (7 loc) 206 B
<template> <label class="${classes || 'control-label'}"> <slot name="before"></slot> <span t.bind="label" show.bind="visible">${label}</span> <slot name="after"></slot> </label> </template>