UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (6 loc) 274 B
<template> <!--<require from="./boolean-input.css"/>--> <div style="cursor: pointer;" class-name.one-way="'booleanInput ' + class" click.delegate="target = !target"> <i class.one-way="iconClass" style.one-way="iconStyle"></i> </div> </template>